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 <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28607}
This commit is contained in:
Mirko Bonadei 2019-07-19 09:23:43 +02:00 committed by Commit Bot
parent 2ab97f6f8e
commit 824fb38b9f

View file

@ -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 {