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

Unified Diff: webrtc/api/mediaconstraintsinterface.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/localaudiosource_unittest.cc ('k') | webrtc/api/mediaconstraintsinterface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediaconstraintsinterface.h
diff --git a/talk/app/webrtc/mediaconstraintsinterface.h b/webrtc/api/mediaconstraintsinterface.h
similarity index 97%
rename from talk/app/webrtc/mediaconstraintsinterface.h
rename to webrtc/api/mediaconstraintsinterface.h
index e06c075d4e7ee31f6ceab36c20b7c16d38f9e62a..d759e005cb5a03efd4365b33696a5f0a047b3f81 100644
--- a/talk/app/webrtc/mediaconstraintsinterface.h
+++ b/webrtc/api/mediaconstraintsinterface.h
@@ -30,8 +30,8 @@
// http://www.w3.org/TR/mediacapture-streams/#mediastreamconstraints and also
// used in WebRTC: http://dev.w3.org/2011/webrtc/editor/webrtc.html#constraints.
-#ifndef TALK_APP_WEBRTC_MEDIACONSTRAINTSINTERFACE_H_
-#define TALK_APP_WEBRTC_MEDIACONSTRAINTSINTERFACE_H_
+#ifndef WEBRTC_API_MEDIACONSTRAINTSINTERFACE_H_
+#define WEBRTC_API_MEDIACONSTRAINTSINTERFACE_H_
#include <string>
#include <vector>
@@ -138,4 +138,4 @@ bool FindConstraint(const MediaConstraintsInterface* constraints,
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIACONSTRAINTSINTERFACE_H_
+#endif // WEBRTC_API_MEDIACONSTRAINTSINTERFACE_H_
« no previous file with comments | « webrtc/api/localaudiosource_unittest.cc ('k') | webrtc/api/mediaconstraintsinterface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698