| Index: content/browser/media/capture/screen_capture_device_android.cc
|
| diff --git a/content/browser/media/capture/screen_capture_device_android.cc b/content/browser/media/capture/screen_capture_device_android.cc
|
| index 077542e4b252a3f6cd8e404a827cc3d15aa68546..56384de1642b1bbe80040bc0a33532d1318f7edf 100644
|
| --- a/content/browser/media/capture/screen_capture_device_android.cc
|
| +++ b/content/browser/media/capture/screen_capture_device_android.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "media/capture/content/android/screen_capture_machine_android.h"
|
| +#include "device/capture/content/android/screen_capture_machine_android.h"
|
|
|
| namespace content {
|
|
|
| ScreenCaptureDeviceAndroid::ScreenCaptureDeviceAndroid()
|
| - : core_(base::WrapUnique(new media::ScreenCaptureMachineAndroid())) {}
|
| + : core_(base::WrapUnique(new device::ScreenCaptureMachineAndroid())) {}
|
|
|
| ScreenCaptureDeviceAndroid::~ScreenCaptureDeviceAndroid() {
|
| DVLOG(2) << "ScreenCaptureDeviceAndroid@" << this << " destroying.";
|
|
|