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

Unified Diff: extensions/shell/browser/shell_device_client.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: extensions/shell/browser/shell_device_client.h
diff --git a/extensions/shell/browser/shell_device_client.h b/extensions/shell/browser/shell_device_client.h
index c1ede484fad9da7c46a5abd6e64eff1cbe91648b..453033f0d2aff2517f05474731a5e789cefb250b 100644
--- a/extensions/shell/browser/shell_device_client.h
+++ b/extensions/shell/browser/shell_device_client.h
@@ -20,8 +20,8 @@ class ShellDeviceClient : device::DeviceClient {
virtual ~ShellDeviceClient();
// device::DeviceClient implementation
- virtual device::UsbService* GetUsbService() OVERRIDE;
- virtual device::HidService* GetHidService() OVERRIDE;
+ virtual device::UsbService* GetUsbService() override;
+ virtual device::HidService* GetHidService() override;
private:
DISALLOW_COPY_AND_ASSIGN(ShellDeviceClient);
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_unittest.cc ('k') | extensions/shell/browser/shell_display_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698