| Index: media/video/capture/screen/screen_capture_device.h
|
| diff --git a/media/video/capture/screen/screen_capture_device.h b/media/video/capture/screen/screen_capture_device.h
|
| index f1cee9838044724acb8979298c8788644152f302..94e4d9c2d8cf0bc010305c471a0155f7cf42090d 100644
|
| --- a/media/video/capture/screen/screen_capture_device.h
|
| +++ b/media/video/capture/screen/screen_capture_device.h
|
| @@ -8,9 +8,9 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "media/base/media_export.h"
|
| -#include "media/video/capture/screen/screen_capturer.h"
|
| #include "media/video/capture/video_capture_device.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -28,7 +28,7 @@ class MEDIA_EXPORT ScreenCaptureDevice : public VideoCaptureDevice {
|
|
|
| // Helper used in tests to supply a fake capturer.
|
| void SetScreenCapturerForTest(
|
| - scoped_ptr<media::ScreenCapturer> capturer);
|
| + scoped_ptr<webrtc::ScreenCapturer> capturer);
|
|
|
| // VideoCaptureDevice interface.
|
| virtual void Allocate(int width, int height,
|
|
|