| Index: device/capture/content/thread_safe_capture_oracle.h
|
| diff --git a/media/capture/content/thread_safe_capture_oracle.h b/device/capture/content/thread_safe_capture_oracle.h
|
| similarity index 93%
|
| rename from media/capture/content/thread_safe_capture_oracle.h
|
| rename to device/capture/content/thread_safe_capture_oracle.h
|
| index f54315bc8b39e51c0442c8799520524c38bf5957..b29af035eda1694296931953af6642e9ff04fc56 100644
|
| --- a/media/capture/content/thread_safe_capture_oracle.h
|
| +++ b/device/capture/content/thread_safe_capture_oracle.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
|
| -#define MEDIA_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
|
| +#ifndef DEVICE_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
|
| +#define DEVICE_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| +#include "device/capture/capture_export.h"
|
| +#include "device/capture/content/video_capture_oracle.h"
|
| +#include "device/capture/video/video_capture_device.h"
|
| #include "media/base/video_frame.h"
|
| -#include "media/capture/capture_export.h"
|
| -#include "media/capture/content/video_capture_oracle.h"
|
| -#include "media/capture/video/video_capture_device.h"
|
|
|
| namespace tracked_objects {
|
| class Location;
|
| @@ -124,4 +124,4 @@ class CAPTURE_EXPORT ThreadSafeCaptureOracle
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
|
| +#endif // DEVICE_CAPTURE_CONTENT_THREAD_SAFE_CAPTURE_ORACLE_H_
|
|
|