| Index: extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc b/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| index 148715dadee9e79cb0d66949ad48ed6c6fa2cafd..1fad1d45d10c65b98e8eccd849f7d2f5f9b5f8b0 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
| @@ -44,7 +44,7 @@ class BluetoothPrivateApiTest : public ExtensionApiTest {
|
| adapter_powered_(false),
|
| adapter_discoverable_(false) {}
|
|
|
| - virtual ~BluetoothPrivateApiTest() {}
|
| + ~BluetoothPrivateApiTest() override {}
|
|
|
| void SetUpOnMainThread() override {
|
| CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
|
|