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

Unified Diff: device/capture/video/fake_video_capture_device.h

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: device/capture/video/fake_video_capture_device.h
diff --git a/media/capture/video/fake_video_capture_device.h b/device/capture/video/fake_video_capture_device.h
similarity index 91%
rename from media/capture/video/fake_video_capture_device.h
rename to device/capture/video/fake_video_capture_device.h
index 9e7cb4112e2d8a47ce2aa3151ee52147b8da386a..73c39fec7fa5add12a35ae58a8f5c4391f4ffff3 100644
--- a/media/capture/video/fake_video_capture_device.h
+++ b/device/capture/video/fake_video_capture_device.h
@@ -5,8 +5,8 @@
// Implementation of a fake VideoCaptureDevice class. Used for testing other
// video capture classes when no real hardware is available.
-#ifndef MEDIA_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
-#define MEDIA_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
+#ifndef DEVICE_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
+#define DEVICE_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
#include <stdint.h>
@@ -18,7 +18,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
#include "base/time/time.h"
-#include "media/capture/video/video_capture_device.h"
+#include "device/capture/video/video_capture_device.h"
namespace media {
@@ -79,4 +79,4 @@ class CAPTURE_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
} // namespace media
-#endif // MEDIA_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
+#endif // DEVICE_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_

Powered by Google App Engine
This is Rietveld 408576698