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

Unified Diff: extensions/common/api/bluetooth/bluetooth_manifest_data.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/common/api/bluetooth/bluetooth_manifest_data.h
diff --git a/extensions/common/api/bluetooth/bluetooth_manifest_data.h b/extensions/common/api/bluetooth/bluetooth_manifest_data.h
index 191a1ec0721a79897b94a638f69e8d5616d6e15f..e4c489d8bf8a80c15d2e201144390a9d0a5ab5e0 100644
--- a/extensions/common/api/bluetooth/bluetooth_manifest_data.h
+++ b/extensions/common/api/bluetooth/bluetooth_manifest_data.h
@@ -23,7 +23,7 @@ class BluetoothManifestData : public Extension::ManifestData {
public:
explicit BluetoothManifestData(
scoped_ptr<BluetoothManifestPermission> permission);
- virtual ~BluetoothManifestData();
+ ~BluetoothManifestData() override;
// Gets the BluetoothManifestData for |extension|, or NULL if none was
// specified.
« no previous file with comments | « extensions/browser/warning_service_unittest.cc ('k') | extensions/common/api/bluetooth/bluetooth_manifest_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698