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

Unified Diff: device/capture/video/linux/video_capture_device_chromeos.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/linux/video_capture_device_chromeos.cc
diff --git a/media/capture/video/linux/video_capture_device_chromeos.cc b/device/capture/video/linux/video_capture_device_chromeos.cc
similarity index 97%
rename from media/capture/video/linux/video_capture_device_chromeos.cc
rename to device/capture/video/linux/video_capture_device_chromeos.cc
index 1e6006c734ab71b66f6353794a6f244571b424ae..573851bf7a2e96a0fa2211c110cc21ac1e71864f 100644
--- a/media/capture/video/linux/video_capture_device_chromeos.cc
+++ b/device/capture/video/linux/video_capture_device_chromeos.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/linux/video_capture_device_chromeos.h"
+#include "device/capture/video/linux/video_capture_device_chromeos.h"
#include <stdint.h>
@@ -15,7 +15,7 @@
#include "ui/display/display_observer.h"
#include "ui/display/screen.h"
-namespace media {
+namespace device {
// This is a delegate class used to transfer Display change events from the UI
// thread to the media thread.
@@ -111,4 +111,4 @@ void VideoCaptureDeviceChromeOS::SetDisplayRotation(
SetRotation(display.rotation() * 90);
}
-} // namespace media
+} // namespace device

Powered by Google App Engine
This is Rietveld 408576698