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

Unified Diff: content/browser/media/capture/screen_capture_device_android.h

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: content/browser/media/capture/screen_capture_device_android.h
diff --git a/content/browser/media/capture/screen_capture_device_android.h b/content/browser/media/capture/screen_capture_device_android.h
index 6c8e6879df53eed5d331246575f59c9f57966095..66dd0fc4eebcb4b9761cea98c62d5ee5d06f7123 100644
--- a/content/browser/media/capture/screen_capture_device_android.h
+++ b/content/browser/media/capture/screen_capture_device_android.h
@@ -7,15 +7,15 @@
#include <memory>
-#include "media/capture/content/screen_capture_device_core.h"
-#include "media/capture/video/video_capture_device.h"
+#include "device/capture/content/screen_capture_device_core.h"
+#include "device/capture/video/video_capture_device.h"
namespace content {
-// ScreenCaptureDeviceAndroid is a forwarder to media::ScreenCaptureDeviceCore
+// ScreenCaptureDeviceAndroid is a forwarder to device::ScreenCaptureDeviceCore
// while keeping the Power Saving from kicking in between AllocateAndStart() and
// StopAndDeAllocate().
-class ScreenCaptureDeviceAndroid : public media::VideoCaptureDevice {
+class ScreenCaptureDeviceAndroid : public device::VideoCaptureDevice {
public:
ScreenCaptureDeviceAndroid();
~ScreenCaptureDeviceAndroid() override;
@@ -27,7 +27,7 @@ class ScreenCaptureDeviceAndroid : public media::VideoCaptureDevice {
void RequestRefreshFrame() override;
private:
- media::ScreenCaptureDeviceCore core_;
+ device::ScreenCaptureDeviceCore core_;
DISALLOW_COPY_AND_ASSIGN(ScreenCaptureDeviceAndroid);
};
« no previous file with comments | « content/browser/media/capture/image_capture_impl.cc ('k') | content/browser/media/capture/screen_capture_device_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698