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

Unified Diff: device/capture/video/file_video_capture_device_factory.cc

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
« no previous file with comments | « device/capture/video/file_video_capture_device_factory.h ('k') | device/capture/video/linux/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/video/file_video_capture_device_factory.cc
diff --git a/media/capture/video/file_video_capture_device_factory.cc b/device/capture/video/file_video_capture_device_factory.cc
similarity index 95%
rename from media/capture/video/file_video_capture_device_factory.cc
rename to device/capture/video/file_video_capture_device_factory.cc
index 71fad974456197e7bd0bd7095c25c49a1e11c280..88e4798cbf56dda4b07018c58a6ed1f680ae6d40 100644
--- a/media/capture/video/file_video_capture_device_factory.cc
+++ b/device/capture/video/file_video_capture_device_factory.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/capture/video/file_video_capture_device_factory.h"
+#include "device/capture/video/file_video_capture_device_factory.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/strings/sys_string_conversions.h"
#include "build/build_config.h"
+#include "device/capture/video/file_video_capture_device.h"
#include "media/base/media_switches.h"
-#include "media/capture/video/file_video_capture_device.h"
namespace media {
« no previous file with comments | « device/capture/video/file_video_capture_device_factory.h ('k') | device/capture/video/linux/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698