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

Unified Diff: device/capture/video/fake_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
Index: device/capture/video/fake_video_capture_device_factory.cc
diff --git a/media/capture/video/fake_video_capture_device_factory.cc b/device/capture/video/fake_video_capture_device_factory.cc
similarity index 97%
rename from media/capture/video/fake_video_capture_device_factory.cc
rename to device/capture/video/fake_video_capture_device_factory.cc
index 38ef6054ecb237593f6ec916050fb036b80aa2b0..b0536cfcac61c403045e7dba9e16f4304c9bd3ed 100644
--- a/media/capture/video/fake_video_capture_device_factory.cc
+++ b/device/capture/video/fake_video_capture_device_factory.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/capture/video/fake_video_capture_device_factory.h"
+#include "device/capture/video/fake_video_capture_device_factory.h"
#include "base/command_line.h"
#include "base/strings/string_number_conversions.h"
@@ -13,7 +13,7 @@
#include "build/build_config.h"
#include "media/base/media_switches.h"
-namespace media {
+namespace device {
// Cap the frame rate command line input to reasonable values.
static const float kFakeCaptureMinFrameRate = 5.0f;
@@ -113,4 +113,4 @@ void FakeVideoCaptureDeviceFactory::parse_command_line() {
}
}
-} // namespace media
+} // namespace device
« no previous file with comments | « device/capture/video/fake_video_capture_device_factory.h ('k') | device/capture/video/fake_video_capture_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698