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

Unified Diff: extensions/browser/api/hid/hid_device_manager.h

Issue 664933004: Standardize usage of virtual/override/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
« no previous file with comments | « extensions/browser/api/hid/hid_connection_resource.h ('k') | extensions/browser/api/power/power_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/hid/hid_device_manager.h
diff --git a/extensions/browser/api/hid/hid_device_manager.h b/extensions/browser/api/hid/hid_device_manager.h
index fe2b4b864bfb1397cd0c23048e68a0476e1502d7..ddf676b60846d44376c23513fa9ede87dff11e5b 100644
--- a/extensions/browser/api/hid/hid_device_manager.h
+++ b/extensions/browser/api/hid/hid_device_manager.h
@@ -28,7 +28,7 @@ class Extension;
class HidDeviceManager : public BrowserContextKeyedAPI {
public:
explicit HidDeviceManager(content::BrowserContext* context);
- virtual ~HidDeviceManager();
+ ~HidDeviceManager() override;
// BrowserContextKeyedAPI implementation.
static BrowserContextKeyedAPIFactory<HidDeviceManager>* GetFactoryInstance();
« no previous file with comments | « extensions/browser/api/hid/hid_connection_resource.h ('k') | extensions/browser/api/power/power_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698