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

Unified Diff: webrtc/media/devices/filevideocapturer.h

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) 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/media/devices/fakedevicemanager.h ('k') | webrtc/media/devices/filevideocapturer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/filevideocapturer.h
diff --git a/talk/media/devices/filevideocapturer.h b/webrtc/media/devices/filevideocapturer.h
similarity index 96%
rename from talk/media/devices/filevideocapturer.h
rename to webrtc/media/devices/filevideocapturer.h
index cc41c39b5db7804479c7f2374fb6be541bc92660..4631b93bc961891464c59c385c1a6add6da747da 100644
--- a/talk/media/devices/filevideocapturer.h
+++ b/webrtc/media/devices/filevideocapturer.h
@@ -34,15 +34,15 @@
// FileVideoCapturer, a subclass of VideoCapturer, is a simulated video capturer
// that periodically reads images from a previously recorded file.
-#ifndef TALK_MEDIA_DEVICES_FILEVIDEOCAPTURER_H_
-#define TALK_MEDIA_DEVICES_FILEVIDEOCAPTURER_H_
+#ifndef WEBRTC_MEDIA_DEVICES_FILEVIDEOCAPTURER_H_
+#define WEBRTC_MEDIA_DEVICES_FILEVIDEOCAPTURER_H_
#include <string>
#include <vector>
-#include "talk/media/base/videocapturer.h"
#include "webrtc/base/stream.h"
#include "webrtc/base/stringutils.h"
+#include "webrtc/media/base/videocapturer.h"
namespace rtc {
class FileStream;
@@ -157,4 +157,4 @@ class FileVideoCapturer : public VideoCapturer {
} // namespace cricket
-#endif // TALK_MEDIA_DEVICES_FILEVIDEOCAPTURER_H_
+#endif // WEBRTC_MEDIA_DEVICES_FILEVIDEOCAPTURER_H_
« no previous file with comments | « webrtc/media/devices/fakedevicemanager.h ('k') | webrtc/media/devices/filevideocapturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698