Index: webrtc/api/call/transport.h |
diff --git a/webrtc/transport.h b/webrtc/api/call/transport.h |
similarity index 88% |
copy from webrtc/transport.h |
copy to webrtc/api/call/transport.h |
index 4e329de93f09e105e0914cd3c2cd7f11ece957ff..1126f628fe23c842b14ce304c1555b733478f9a5 100644 |
--- a/webrtc/transport.h |
+++ b/webrtc/api/call/transport.h |
@@ -8,12 +8,11 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TRANSPORT_H_ |
-#define WEBRTC_TRANSPORT_H_ |
+#ifndef WEBRTC_API_CALL_TRANSPORT_H_ |
+#define WEBRTC_API_CALL_TRANSPORT_H_ |
#include <stddef.h> |
- |
-#include "webrtc/typedefs.h" |
+#include <stdint.h> |
namespace webrtc { |
@@ -38,4 +37,4 @@ class Transport { |
} // namespace webrtc |
-#endif // WEBRTC_TRANSPORT_H_ |
+#endif // WEBRTC_API_CALL_TRANSPORT_H_ |