| 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 91%
|
| rename from media/capture/content/screen_capture_device_core.h
|
| rename to device/capture/content/screen_capture_device_core.h
|
| index 3f8884b3c857c8fd9f87fbe21d94a0eb7f1b7ffa..300002c19d1e6baad0a8b7b76c0f7f6ded0cd96e 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,17 +11,19 @@
|
| #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 media {
|
| +struct VideoCaptureParams;
|
| +} // namespace media
|
|
|
| namespace tracked_objects {
|
| class Location;
|
| } // namespace tracked_objects
|
|
|
| -namespace media {
|
| -
|
| -struct VideoCaptureParams;
|
| +namespace device {
|
|
|
| class ThreadSafeCaptureOracle;
|
|
|
| @@ -117,6 +119,6 @@ class CAPTURE_EXPORT ScreenCaptureDeviceCore
|
| DISALLOW_COPY_AND_ASSIGN(ScreenCaptureDeviceCore);
|
| };
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|
| -#endif // MEDIA_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
|
| +#endif // DEVICE_CAPTURE_CONTENT_SCREEN_CAPTURE_DEVICE_CORE_H_
|
|
|