From 824fb38b9fc7e6b542bdac80b27b98322d3846e9 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 19 Jul 2019 09:23:43 +0200 Subject: [PATCH] Remove anonymous namespace around ABSL_FLAG. TBR=tommi@webrtc.org No-Try: True Bug: webrtc:10616 Change-Id: I371801b1c32fbf5103ad40b56e6dd396b53a9007 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146201 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#28607} --- api/test/neteq_simulator_factory.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/test/neteq_simulator_factory.cc b/api/test/neteq_simulator_factory.cc index 8bb0625bfd..65dc3a8dc4 100644 --- a/api/test/neteq_simulator_factory.cc +++ b/api/test/neteq_simulator_factory.cc @@ -19,8 +19,6 @@ #include "modules/audio_coding/neteq/tools/neteq_test_factory.h" #include "rtc_base/checks.h" -namespace { - ABSL_FLAG(std::string, replacement_audio_file, "", @@ -31,8 +29,6 @@ ABSL_FLAG(int, 50, "Maximum allowed number of packets in the buffer"); -} // namespace - namespace webrtc { namespace test {