| 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 d29071632f3f66c628f07c35c382797bc836583e..ec82d826cee5ddbb512ba7da175c1f49a5d8801e 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
|
| @@ -19,13 +19,13 @@ class BluetoothLowEnergyConnection : public ApiResource {
|
| bool persistent,
|
| const std::string& owner_extension_id,
|
| scoped_ptr<device::BluetoothGattConnection> connection);
|
| - virtual ~BluetoothLowEnergyConnection();
|
| + ~BluetoothLowEnergyConnection() override;
|
|
|
| // Returns a pointer to the underlying connection object.
|
| device::BluetoothGattConnection* GetConnection() const;
|
|
|
| // ApiResource override.
|
| - virtual bool IsPersistent() const override;
|
| + bool IsPersistent() const override;
|
|
|
| // This resource should be managed on the UI thread.
|
| static const content::BrowserThread::ID kThreadId =
|
|
|