| Index: chromeos/dbus/fake_bluetooth_gatt_manager_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_gatt_manager_client.h b/chromeos/dbus/fake_bluetooth_gatt_manager_client.h
|
| index 6930fbd27ca7261cbc6e0580946874ec73260407..0c2948cbd0fbe33f1ec0178c1be62f1eb423f1e1 100644
|
| --- a/chromeos/dbus/fake_bluetooth_gatt_manager_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_gatt_manager_client.h
|
| @@ -30,16 +30,16 @@ class CHROMEOS_EXPORT FakeBluetoothGattManagerClient
|
| virtual ~FakeBluetoothGattManagerClient();
|
|
|
| // DBusClient override.
|
| - virtual void Init(dbus::Bus* bus) OVERRIDE;
|
| + virtual void Init(dbus::Bus* bus) override;
|
|
|
| // BluetoothGattManagerClient overrides.
|
| virtual void RegisterService(const dbus::ObjectPath& service_path,
|
| const Options& options,
|
| const base::Closure& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) override;
|
| virtual void UnregisterService(const dbus::ObjectPath& service_path,
|
| const base::Closure& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) override;
|
|
|
| // Register, unregister, and retrieve pointers to service, characteristic, and
|
| // descriptor service providers. Automatically called from the service
|
|
|