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

Unified Diff: device/capture/content/screen_capture_device_core.h

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
Index: device/capture/content/screen_capture_device_core.h
diff --git a/media/capture/content/screen_capture_device_core.h b/device/capture/content/screen_capture_device_core.h
similarity index 92%
rename from media/capture/content/screen_capture_device_core.h
rename to device/capture/content/screen_capture_device_core.h
index 3f8884b3c857c8fd9f87fbe21d94a0eb7f1b7ffa..7bf5d6063c7cc05bdd4776075e5f77320e5fdd69 100644
--- a/media/capture/content/screen_capture_device_core.h
+++ b/device/capture/content/screen_capture_device_core.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
-#define MEDIA_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
+#ifndef DEVICE_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
+#define DEVICE_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
#include <memory>
#include <string>
@@ -11,9 +11,9 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
-#include "media/capture/capture_export.h"
-#include "media/capture/content/thread_safe_capture_oracle.h"
-#include "media/capture/video/video_capture_device.h"
+#include "device/capture/capture_export.h"
+#include "device/capture/content/thread_safe_capture_oracle.h"
+#include "device/capture/video/video_capture_device.h"
namespace tracked_objects {
class Location;
@@ -119,4 +119,4 @@ class CAPTURE_EXPORT ScreenCaptureDeviceCore
} // namespace media
-#endif // MEDIA_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
+#endif // DEVICE_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
« no previous file with comments | « device/capture/content/capture_resolution_chooser_unittest.cc ('k') | device/capture/content/screen_capture_device_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698