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

Unified Diff: webrtc/transport.h

Issue 1369263002: Unify Transport and newapi::Transport interfaces. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: self-review Created 5 years, 3 months 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
« no previous file with comments | « webrtc/test/rtp_rtcp_observer.h ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/transport.h
diff --git a/webrtc/transport.h b/webrtc/transport.h
index c44c5b2cc59926221af65adff4b756d084122ae1..86b3e2e5ea8169c0f97c312fd84a765a37d6af5e 100644
--- a/webrtc/transport.h
+++ b/webrtc/transport.h
@@ -16,7 +16,6 @@
#include "webrtc/typedefs.h"
namespace webrtc {
-namespace newapi {
class Transport {
public:
@@ -26,7 +25,7 @@ class Transport {
protected:
virtual ~Transport() {}
};
-} // namespace newapi
+
} // namespace webrtc
#endif // WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_TRANSPORT_H_
« no previous file with comments | « webrtc/test/rtp_rtcp_observer.h ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698