| 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);
|
|
|