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

Unified Diff: webrtc/api/videotrack.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/videosourceproxy.h ('k') | webrtc/api/videotrack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/videotrack.h
diff --git a/talk/app/webrtc/videotrack.h b/webrtc/api/videotrack.h
similarity index 89%
rename from talk/app/webrtc/videotrack.h
rename to webrtc/api/videotrack.h
index b321c4264618b379a471ee62b4c4c53fb6d54625..399e513189f631b26368b641f6fe8ce0c4ded2fa 100644
--- a/talk/app/webrtc/videotrack.h
+++ b/webrtc/api/videotrack.h
@@ -25,14 +25,14 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_APP_WEBRTC_VIDEOTRACK_H_
-#define TALK_APP_WEBRTC_VIDEOTRACK_H_
+#ifndef WEBRTC_API_VIDEOTRACK_H_
+#define WEBRTC_API_VIDEOTRACK_H_
#include <string>
-#include "talk/app/webrtc/mediastreamtrack.h"
-#include "talk/app/webrtc/videosourceinterface.h"
-#include "talk/app/webrtc/videotrackrenderers.h"
+#include "webrtc/api/mediastreamtrack.h"
+#include "webrtc/api/videosourceinterface.h"
+#include "webrtc/api/videotrackrenderers.h"
#include "webrtc/base/scoped_ref_ptr.h"
namespace webrtc {
@@ -62,4 +62,4 @@ class VideoTrack : public MediaStreamTrack<VideoTrackInterface> {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_VIDEOTRACK_H_
+#endif // WEBRTC_API_VIDEOTRACK_H_
« no previous file with comments | « webrtc/api/videosourceproxy.h ('k') | webrtc/api/videotrack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698