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. |