Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h |
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h |
index 98ee7078fe6136b99a1587c997e6937028941c94..1337438f62a25dbd27a0653e965ad55d2da18417 100644 |
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h |
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h |
@@ -21,13 +21,13 @@ class BluetoothLowEnergyNotifySession : public ApiResource { |
bool persistent, |
const std::string& owner_extension_id, |
scoped_ptr<device::BluetoothGattNotifySession> session); |
- virtual ~BluetoothLowEnergyNotifySession(); |
+ ~BluetoothLowEnergyNotifySession() override; |
// Returns a pointer to the underlying session object. |
device::BluetoothGattNotifySession* GetSession() 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 = |