Removes unnecessary webrtc_cc namespaces.

Bug: webrtc:9586
Change-Id: I6407ee465d725d7469c409e5bea1c55354ab7f95
Reviewed-on: https://webrtc-review.googlesource.com/92385
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24199}
This commit is contained in:
Sebastian Jansson
2018-08-06 18:42:41 +02:00
committed by Commit Bot
parent 13ef7d25f6
commit eb73a7bd16
10 changed files with 7 additions and 27 deletions

View File

@ -24,7 +24,6 @@ using testing::NiceMock;
using testing::Return;
namespace webrtc {
namespace webrtc_cc {
namespace test {
namespace {
@ -264,5 +263,4 @@ TEST_F(ProbeControllerTest, TestExponentialProbingOverflow) {
}
} // namespace test
} // namespace webrtc_cc
} // namespace webrtc