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

Unified Diff: webrtc/api/mediastreamtrack.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/mediastreamproxy.h ('k') | webrtc/api/mediastreamtrackproxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreamtrack.h
diff --git a/talk/app/webrtc/mediastreamtrack.h b/webrtc/api/mediastreamtrack.h
similarity index 92%
rename from talk/app/webrtc/mediastreamtrack.h
rename to webrtc/api/mediastreamtrack.h
index 2097d9083d1eff9993fdb871aacefcd99534c0b0..2e9f774709648a91590bbc3ebf9600695dcb217a 100644
--- a/talk/app/webrtc/mediastreamtrack.h
+++ b/webrtc/api/mediastreamtrack.h
@@ -25,13 +25,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_APP_WEBRTC_MEDIASTREAMTRACK_H_
-#define TALK_APP_WEBRTC_MEDIASTREAMTRACK_H_
+#ifndef WEBRTC_API_MEDIASTREAMTRACK_H_
+#define WEBRTC_API_MEDIASTREAMTRACK_H_
#include <string>
-#include "talk/app/webrtc/mediastreaminterface.h"
-#include "talk/app/webrtc/notifier.h"
+#include "webrtc/api/mediastreaminterface.h"
+#include "webrtc/api/notifier.h"
namespace webrtc {
@@ -78,4 +78,4 @@ class MediaStreamTrack : public Notifier<T> {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIASTREAMTRACK_H_
+#endif // WEBRTC_API_MEDIASTREAMTRACK_H_
« no previous file with comments | « webrtc/api/mediastreamproxy.h ('k') | webrtc/api/mediastreamtrackproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698