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

Unified Diff: webrtc/api/mediastreamtrackproxy.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/mediastreamtrack.h ('k') | webrtc/api/notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreamtrackproxy.h
diff --git a/talk/app/webrtc/mediastreamtrackproxy.h b/webrtc/api/mediastreamtrackproxy.h
similarity index 92%
rename from talk/app/webrtc/mediastreamtrackproxy.h
rename to webrtc/api/mediastreamtrackproxy.h
index e99910e24b2c1a9deaaa7de511b3be81fa3ead38..eabb0cf0a5f2d3b4dd80a5de9b542d18bf222b57 100644
--- a/talk/app/webrtc/mediastreamtrackproxy.h
+++ b/webrtc/api/mediastreamtrackproxy.h
@@ -28,11 +28,11 @@
// This file includes proxy classes for tracks. The purpose is
// to make sure tracks are only accessed from the signaling thread.
-#ifndef TALK_APP_WEBRTC_MEDIASTREAMTRACKPROXY_H_
-#define TALK_APP_WEBRTC_MEDIASTREAMTRACKPROXY_H_
+#ifndef WEBRTC_API_MEDIASTREAMTRACKPROXY_H_
+#define WEBRTC_API_MEDIASTREAMTRACKPROXY_H_
-#include "talk/app/webrtc/mediastreaminterface.h"
-#include "talk/app/webrtc/proxy.h"
+#include "webrtc/api/mediastreaminterface.h"
+#include "webrtc/api/proxy.h"
namespace webrtc {
@@ -74,4 +74,4 @@ END_PROXY()
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIASTREAMTRACKPROXY_H_
+#endif // WEBRTC_API_MEDIASTREAMTRACKPROXY_H_
« no previous file with comments | « webrtc/api/mediastreamtrack.h ('k') | webrtc/api/notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698