Unify Transport and newapi::Transport interfaces.
BUG=webrtc:1695
R=stefan@webrtc.org
TBR=mflodman@webrtc.org
Review URL: https://codereview.webrtc.org/1369263002
Cr-Original-Commit-Position: refs/heads/master@{#10096}
Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc
Cr-Mirrored-Commit: 2d566686a23fe93ada58f1c38a0d4b9a0d68556e
diff --git a/transport.h b/transport.h
index c44c5b2..86b3e2e 100644
--- a/transport.h
+++ b/transport.h
@@ -16,7 +16,6 @@
#include "webrtc/typedefs.h"
namespace webrtc {
-namespace newapi {
class Transport {
public:
@@ -26,7 +25,7 @@
protected:
virtual ~Transport() {}
};
-} // namespace newapi
+
} // namespace webrtc
#endif // WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_TRANSPORT_H_