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

Unified Diff: webrtc/api/call/transport.h

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created 4 years, 2 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
Index: webrtc/api/call/transport.h
diff --git a/webrtc/transport.h b/webrtc/api/call/transport.h
similarity index 86%
rename from webrtc/transport.h
rename to webrtc/api/call/transport.h
index 4e329de93f09e105e0914cd3c2cd7f11ece957ff..5edb604889f4bceee8b63e8a772037033e305be9 100644
--- a/webrtc/transport.h
+++ b/webrtc/api/call/transport.h
@@ -8,12 +8,10 @@
* 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 "webrtc/base/basictypes.h"
aleloi 2016/10/17 14:01:33 This file is not in any build target, but is inclu
ossu 2016/10/17 14:05:44 Are you sure you wouldn't be better off including
aleloi 2016/10/17 14:21:56 I think including the std headers is more simple a
the sun 2016/10/17 14:38:35 No, the files in api/ should only include files in
namespace webrtc {
@@ -38,4 +36,4 @@ class Transport {
} // namespace webrtc
-#endif // WEBRTC_TRANSPORT_H_
+#endif // WEBRTC_API_CALL_TRANSPORT_H_

Powered by Google App Engine
This is Rietveld 408576698