Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1945)

Unified Diff: device/bluetooth/bluetooth_gatt_notify_session_chromeos.h

Issue 628873002: replace OVERRIDE and FINAL with override and final in device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
diff --git a/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h b/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
index 1202fd8e7dba4596fc95696f3c182e35f876af3b..3ad3843f379e10084c12d1a6fde33241740c842e 100644
--- a/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
+++ b/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
@@ -30,9 +30,9 @@ class BluetoothGattNotifySessionChromeOS
virtual ~BluetoothGattNotifySessionChromeOS();
// BluetoothGattNotifySession overrides.
- virtual std::string GetCharacteristicIdentifier() const OVERRIDE;
- virtual bool IsActive() OVERRIDE;
- virtual void Stop(const base::Closure& callback) OVERRIDE;
+ virtual std::string GetCharacteristicIdentifier() const override;
+ virtual bool IsActive() override;
+ virtual void Stop(const base::Closure& callback) override;
private:
friend class BluetoothRemoteGattCharacteristicChromeOS;
@@ -46,10 +46,10 @@ class BluetoothGattNotifySessionChromeOS
// BluetoothGattCharacteristicClient::Observer overrides.
virtual void GattCharacteristicRemoved(
- const dbus::ObjectPath& object_path) OVERRIDE;
+ const dbus::ObjectPath& object_path) override;
virtual void GattCharacteristicPropertyChanged(
const dbus::ObjectPath& object_path,
- const std::string& property_name) OVERRIDE;
+ const std::string& property_name) override;
// True, if this session is currently active.
bool active_;
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection_chromeos.h ('k') | device/bluetooth/bluetooth_l2cap_channel_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698