| Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
|
| diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
|
| index f1b01fde07a241b41a9b83554b2c15d9cc15830e..d29071632f3f66c628f07c35c382797bc836583e 100644
|
| --- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
|
| +++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h
|
| @@ -25,7 +25,7 @@ class BluetoothLowEnergyConnection : public ApiResource {
|
| device::BluetoothGattConnection* GetConnection() const;
|
|
|
| // ApiResource override.
|
| - virtual bool IsPersistent() const OVERRIDE;
|
| + virtual bool IsPersistent() const override;
|
|
|
| // This resource should be managed on the UI thread.
|
| static const content::BrowserThread::ID kThreadId =
|
|
|