Index: chromeos/dbus/fake_bluetooth_input_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_input_client.h b/chromeos/dbus/fake_bluetooth_input_client.h |
index a2aa62016559cbe1093b57f0ad0e9920a9d528c0..b823d6ac2c4ec0a60e334e4c29395794a2b4b0fc 100644 |
--- a/chromeos/dbus/fake_bluetooth_input_client.h |
+++ b/chromeos/dbus/fake_bluetooth_input_client.h |
@@ -26,21 +26,21 @@ class CHROMEOS_EXPORT FakeBluetoothInputClient |
// dbus::PropertySet override |
virtual void Get(dbus::PropertyBase* property, |
- dbus::PropertySet::GetCallback callback) OVERRIDE; |
- virtual void GetAll() OVERRIDE; |
+ dbus::PropertySet::GetCallback callback) override; |
+ virtual void GetAll() override; |
virtual void Set(dbus::PropertyBase* property, |
- dbus::PropertySet::SetCallback callback) OVERRIDE; |
+ dbus::PropertySet::SetCallback callback) override; |
}; |
FakeBluetoothInputClient(); |
virtual ~FakeBluetoothInputClient(); |
// BluetoothInputClient overrides |
- virtual void Init(dbus::Bus* bus) OVERRIDE; |
- virtual void AddObserver(Observer* observer) OVERRIDE; |
- virtual void RemoveObserver(Observer* observer) OVERRIDE; |
+ virtual void Init(dbus::Bus* bus) override; |
+ virtual void AddObserver(Observer* observer) override; |
+ virtual void RemoveObserver(Observer* observer) override; |
virtual Properties* GetProperties(const dbus::ObjectPath& object_path) |
- OVERRIDE; |
+ override; |
// Simulate device addition/removal |
void AddInputDevice(const dbus::ObjectPath& object_path); |