mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
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:
parent
2ab97f6f8e
commit
824fb38b9f
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue