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

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

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 93%
rename from media/capture/video/file_video_capture_device_factory.cc
rename to device/capture/video/file_video_capture_device_factory.cc
index 0ead703662115d63c6419c94c8af87b99629807e..87be8bd032a2626136d857a3eb771e3ad1eff1b3 100644
--- a/media/capture/video/file_video_capture_device_factory.cc
+++ b/device/capture/video/file_video_capture_device_factory.cc
@@ -2,16 +2,16 @@
// 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 {
+namespace device {
const char kFileVideoCaptureDeviceName[] =
"/dev/placeholder-for-file-backed-fake-capture-device";
@@ -73,4 +73,4 @@ void FileVideoCaptureDeviceFactory::GetSupportedFormats(
supported_formats->push_back(capture_format);
}
-} // namespace media
+} // namespace device
« 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