Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: content/browser/device_monitor_mac.mm

Issue 637183002: Replace FINAL and OVERRIDE with their C++11 counterparts in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/database_tracker_unittest.cc ('k') | content/browser/device_monitor_udev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/browser/database_tracker_unittest.cc ('k') | content/browser/device_monitor_udev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698