| Index: content/browser/device_monitor_mac.mm
|
| diff --git a/content/browser/device_monitor_mac.mm b/content/browser/device_monitor_mac.mm
|
| index 57a556b81d259e4525391233ea105ee8fa83f705..cbe0bedd763b2866b71f525e8c964198969b8aa1 100644
|
| --- a/content/browser/device_monitor_mac.mm
|
| +++ b/content/browser/device_monitor_mac.mm
|
| @@ -138,7 +138,7 @@ class QTKitMonitorImpl : public DeviceMonitorMacImpl {
|
| explicit QTKitMonitorImpl(content::DeviceMonitorMac* monitor);
|
| virtual ~QTKitMonitorImpl();
|
|
|
| - virtual void OnDeviceChanged() OVERRIDE;
|
| + virtual void OnDeviceChanged() override;
|
| private:
|
| void CountDevices();
|
| void OnAttributeChanged(NSNotification* notification);
|
| @@ -379,7 +379,7 @@ class AVFoundationMonitorImpl : public DeviceMonitorMacImpl {
|
| const scoped_refptr<base::SingleThreadTaskRunner>& device_task_runner);
|
| virtual ~AVFoundationMonitorImpl();
|
|
|
| - virtual void OnDeviceChanged() OVERRIDE;
|
| + virtual void OnDeviceChanged() override;
|
|
|
| private:
|
| // {Video,AudioInput}DeviceManager's "Device" thread task runner used for
|
|
|