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

Unified Diff: webrtc/api/mediastreaminterface.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/mediastreamhandler.cc ('k') | webrtc/api/mediastreamobserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreaminterface.h
diff --git a/talk/app/webrtc/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
similarity index 98%
rename from talk/app/webrtc/mediastreaminterface.h
rename to webrtc/api/mediastreaminterface.h
index 2d2dc9ac9c5fb06d8aa25ba070f0f7f427cfd1ea..28f243a99d96d1a6685c495cebcb13242749f691 100644
--- a/talk/app/webrtc/mediastreaminterface.h
+++ b/webrtc/api/mediastreaminterface.h
@@ -31,8 +31,8 @@
// interfaces must be used only with PeerConnection. PeerConnectionManager
// interface provides the factory methods to create MediaStream and MediaTracks.
-#ifndef TALK_APP_WEBRTC_MEDIASTREAMINTERFACE_H_
-#define TALK_APP_WEBRTC_MEDIASTREAMINTERFACE_H_
+#ifndef WEBRTC_API_MEDIASTREAMINTERFACE_H_
+#define WEBRTC_API_MEDIASTREAMINTERFACE_H_
#include <string>
#include <vector>
@@ -293,4 +293,4 @@ class MediaStreamInterface : public rtc::RefCountInterface,
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIASTREAMINTERFACE_H_
+#endif // WEBRTC_API_MEDIASTREAMINTERFACE_H_
« no previous file with comments | « webrtc/api/mediastreamhandler.cc ('k') | webrtc/api/mediastreamobserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698