| Index: content/browser/media/capture/desktop_capture_device_aura.h
|
| diff --git a/content/browser/media/capture/desktop_capture_device_aura.h b/content/browser/media/capture/desktop_capture_device_aura.h
|
| index 8f3540a7fd6f4b2887525917273ae2531877668a..d48ec1a90117fb34d4223e684dfc00c72cdbf780 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_aura.h
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura.h
|
| @@ -35,7 +35,7 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura
|
| void StopAndDeAllocate() override;
|
|
|
| private:
|
| - DesktopCaptureDeviceAura(const DesktopMediaID& source);
|
| + DesktopCaptureDeviceAura(aura::Window* window);
|
|
|
| const scoped_ptr<class ContentVideoCaptureDeviceCore> core_;
|
|
|
|
|