| Index: content/browser/media/capture/desktop_capture_device.h
|
| diff --git a/content/browser/media/capture/desktop_capture_device.h b/content/browser/media/capture/desktop_capture_device.h
|
| index ecfbf250f1102f0c412857aab1859fb7f8bcdb77..006848fab1b7c4d750a29a2920a0952fde59904e 100644
|
| --- a/content/browser/media/capture/desktop_capture_device.h
|
| +++ b/content/browser/media/capture/desktop_capture_device.h
|
| @@ -39,8 +39,8 @@ class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice {
|
|
|
| // VideoCaptureDevice interface.
|
| virtual void AllocateAndStart(const media::VideoCaptureParams& params,
|
| - scoped_ptr<Client> client) OVERRIDE;
|
| - virtual void StopAndDeAllocate() OVERRIDE;
|
| + scoped_ptr<Client> client) override;
|
| + virtual void StopAndDeAllocate() override;
|
|
|
| // Set the platform-dependent window id for the notification window.
|
| void SetNotificationWindowId(gfx::NativeViewId window_id);
|
|
|