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 997b3ce3a00f42fe7fbb56055dbf0beacfa6bbbf..7b5a344ca3b94aea2aebad8e7ae40646e358dbe8 100644 |
--- a/content/browser/media/capture/desktop_capture_device_aura.h |
+++ b/content/browser/media/capture/desktop_capture_device_aura.h |
@@ -31,8 +31,8 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura |
// VideoCaptureDevice implementation. |
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; |
private: |
DesktopCaptureDeviceAura(const DesktopMediaID& source); |