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

Unified Diff: webrtc/api/mediastream.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/mediacontroller.cc ('k') | webrtc/api/mediastream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastream.h
diff --git a/talk/app/webrtc/mediastream.h b/webrtc/api/mediastream.h
similarity index 93%
rename from talk/app/webrtc/mediastream.h
rename to webrtc/api/mediastream.h
index 240512d9c9ce9cabdecb955c8bc2abaaca6e8bd9..94f21eb7b94b08533e045db166573844c616c8f1 100644
--- a/talk/app/webrtc/mediastream.h
+++ b/webrtc/api/mediastream.h
@@ -27,14 +27,14 @@
// This file contains the implementation of MediaStreamInterface interface.
-#ifndef TALK_APP_WEBRTC_MEDIASTREAM_H_
-#define TALK_APP_WEBRTC_MEDIASTREAM_H_
+#ifndef WEBRTC_API_MEDIASTREAM_H_
+#define WEBRTC_API_MEDIASTREAM_H_
#include <string>
#include <vector>
-#include "talk/app/webrtc/mediastreaminterface.h"
-#include "talk/app/webrtc/notifier.h"
+#include "webrtc/api/mediastreaminterface.h"
+#include "webrtc/api/notifier.h"
namespace webrtc {
@@ -72,4 +72,4 @@ class MediaStream : public Notifier<MediaStreamInterface> {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIASTREAM_H_
+#endif // WEBRTC_API_MEDIASTREAM_H_
« no previous file with comments | « webrtc/api/mediacontroller.cc ('k') | webrtc/api/mediastream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698