| Index: device/capture/content/android/screen_capture_machine_android.h
|
| diff --git a/media/capture/content/android/screen_capture_machine_android.h b/device/capture/content/android/screen_capture_machine_android.h
|
| similarity index 88%
|
| rename from media/capture/content/android/screen_capture_machine_android.h
|
| rename to device/capture/content/android/screen_capture_machine_android.h
|
| index 2947a87b04718a84df976324913eb68e8456b2eb..448118b866c714f430fde8a4e92e35b7427154b5 100644
|
| --- a/media/capture/content/android/screen_capture_machine_android.h
|
| +++ b/device/capture/content/android/screen_capture_machine_android.h
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAPTURE_CONTENT_ANDROID_SCREEN_CAPTURE_MACHINE_ANDROID_H_
|
| -#define MEDIA_CAPTURE_CONTENT_ANDROID_SCREEN_CAPTURE_MACHINE_ANDROID_H_
|
| +#ifndef DEVICE_CAPTURE_CONTENT_ANDROID_SCREEN_CAPTURE_MACHINE_ANDROID_H_
|
| +#define DEVICE_CAPTURE_CONTENT_ANDROID_SCREEN_CAPTURE_MACHINE_ANDROID_H_
|
|
|
| #include <jni.h>
|
| #include <memory>
|
|
|
| #include "base/android/scoped_java_ref.h"
|
| -#include "media/capture/content/screen_capture_device_core.h"
|
| +#include "device/capture/content/screen_capture_device_core.h"
|
|
|
| namespace media {
|
|
|
| // ScreenCaptureMachineAndroid captures 32bit RGB or YUV420 triplanar.
|
| -class MEDIA_EXPORT ScreenCaptureMachineAndroid
|
| +class CAPTURE_EXPORT ScreenCaptureMachineAndroid
|
| : public media::VideoCaptureMachine {
|
| public:
|
| ScreenCaptureMachineAndroid();
|
| @@ -74,4 +74,4 @@ class MEDIA_EXPORT ScreenCaptureMachineAndroid
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAPTURE_CONTENT_ANDROID_SCREEN_CAPTURE_MACHINE_ANDROID_H_
|
| +#endif // DEVICE_CAPTURE_CONTENT_ANDROID_SCREEN_CAPTURE_MACHINE_ANDROID_H_
|
|
|