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

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

Issue 667153007: Standardize usage of virtual/override/final specifiers. (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 453033f0d2aff2517f05474731a5e789cefb250b..be3ac30a0b2fce783d87db61fe662238d279793a 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;
+ device::UsbService* GetUsbService() override;
+ 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