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

Unified Diff: extensions/browser/api/bluetooth/bluetooth_extension_function.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
Index: extensions/browser/api/bluetooth/bluetooth_extension_function.h
diff --git a/extensions/browser/api/bluetooth/bluetooth_extension_function.h b/extensions/browser/api/bluetooth/bluetooth_extension_function.h
index 6df3b91bfc637e5063785bd413dc51696fa58750..d6bf936e37700d4a59f4cc1e77f2506e7d83469e 100644
--- a/extensions/browser/api/bluetooth/bluetooth_extension_function.h
+++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.h
@@ -26,10 +26,10 @@ class BluetoothExtensionFunction : public AsyncExtensionFunction {
BluetoothExtensionFunction();
protected:
- virtual ~BluetoothExtensionFunction();
+ ~BluetoothExtensionFunction() override;
// ExtensionFunction:
- virtual bool RunAsync() override;
+ bool RunAsync() override;
private:
void RunOnAdapterReady(scoped_refptr<device::BluetoothAdapter> adapter);
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_event_router.h ('k') | extensions/browser/api/bluetooth/bluetooth_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698