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

Unified Diff: webrtc/api/mediacontroller.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/mediaconstraintsinterface.cc ('k') | webrtc/api/mediacontroller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediacontroller.h
diff --git a/talk/app/webrtc/mediacontroller.h b/webrtc/api/mediacontroller.h
similarity index 94%
rename from talk/app/webrtc/mediacontroller.h
rename to webrtc/api/mediacontroller.h
index 1b51be7ca2872f762f5708e1c94d402a554e8434..f07ddf5e3d5f4606444ebd4d4081ceb5506b6b5d 100644
--- a/talk/app/webrtc/mediacontroller.h
+++ b/webrtc/api/mediacontroller.h
@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_APP_WEBRTC_MEDIACONTROLLER_H_
-#define TALK_APP_WEBRTC_MEDIACONTROLLER_H_
+#ifndef WEBRTC_API_MEDIACONTROLLER_H_
+#define WEBRTC_API_MEDIACONTROLLER_H_
#include "webrtc/base/thread.h"
@@ -52,4 +52,4 @@ class MediaControllerInterface {
};
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_MEDIACONTROLLER_H_
+#endif // WEBRTC_API_MEDIACONTROLLER_H_
« no previous file with comments | « webrtc/api/mediaconstraintsinterface.cc ('k') | webrtc/api/mediacontroller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698