| Index: chromeos/dbus/fake_bluetooth_profile_manager_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_profile_manager_client.h b/chromeos/dbus/fake_bluetooth_profile_manager_client.h
|
| index 3a93d40c90e277518967ca707297939de338646d..add10df1c548e71d0cc43d3901c8ac1f03dc90a6 100644
|
| --- a/chromeos/dbus/fake_bluetooth_profile_manager_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_profile_manager_client.h
|
| @@ -30,15 +30,15 @@ class CHROMEOS_EXPORT FakeBluetoothProfileManagerClient
|
| virtual ~FakeBluetoothProfileManagerClient();
|
|
|
| // BluetoothProfileManagerClient overrides
|
| - virtual void Init(dbus::Bus* bus) OVERRIDE;
|
| + virtual void Init(dbus::Bus* bus) override;
|
| virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
|
| const std::string& uuid,
|
| const Options& options,
|
| const base::Closure& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) override;
|
| virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
|
| const base::Closure& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) override;
|
|
|
| // Register, unregister and retrieve pointers to profile server providers.
|
| void RegisterProfileServiceProvider(
|
|
|