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

Unified Diff: webrtc/api/mediastreamprovider.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/mediastreamobserver.cc ('k') | webrtc/api/mediastreamproxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreamprovider.h
diff --git a/talk/app/webrtc/mediastreamprovider.h b/webrtc/api/mediastreamprovider.h
similarity index 96%
rename from talk/app/webrtc/mediastreamprovider.h
rename to webrtc/api/mediastreamprovider.h
index 103b3f36d4653b0e1990e14e00805a2831dc4715..4ee27aa2d323a68c02464f19a4baa06c8ea49a52 100644
--- a/talk/app/webrtc/mediastreamprovider.h
+++ b/webrtc/api/mediastreamprovider.h
@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_APP_WEBRTC_MEDIASTREAMPROVIDER_H_
-#define TALK_APP_WEBRTC_MEDIASTREAMPROVIDER_H_
+#ifndef WEBRTC_API_MEDIASTREAMPROVIDER_H_
+#define WEBRTC_API_MEDIASTREAMPROVIDER_H_
#include "webrtc/base/basictypes.h"
#include "webrtc/base/scoped_ptr.h"
@@ -105,4 +105,4 @@ class VideoProviderInterface {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIASTREAMPROVIDER_H_
+#endif // WEBRTC_API_MEDIASTREAMPROVIDER_H_
« no previous file with comments | « webrtc/api/mediastreamobserver.cc ('k') | webrtc/api/mediastreamproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698