Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h

Issue 1506823002: [rtp_rtcp] fixed namespaces lint warnings (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h
diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h
index 5a4813f9b0e65d1a215346a13b492bbf20083f7e..7e3513403ccabc93588cebc08be7bf5992226d5e 100644
--- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h
+++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h
@@ -21,9 +21,6 @@ class TestLoadGenerator;
namespace webrtc {
class CriticalSectionWrapper;
class EventWrapper;
-}
-
-using namespace webrtc;
#define MAX_BITRATE_KBPS 50000
@@ -149,5 +146,5 @@ private:
int64_t _lastTime;
};
-
+} // namespace webrtc
#endif // WEBRTC_MODULES_RTP_RTCP_TEST_BWESTANDALONE_TESTSENDERRECEIVER_H_
« no previous file with comments | « webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc ('k') | webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698