| Index: chromeos/dbus/fake_bluetooth_agent_manager_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_agent_manager_client.h b/chromeos/dbus/fake_bluetooth_agent_manager_client.h
|
| index fb0fe451dc76241edff544fdc27d18d1153ce778..be9a8d9c9ff1ef73ed39298f656a8991d8ec7c93 100644
|
| --- a/chromeos/dbus/fake_bluetooth_agent_manager_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_agent_manager_client.h
|
| @@ -27,18 +27,18 @@ class CHROMEOS_EXPORT FakeBluetoothAgentManagerClient
|
| virtual ~FakeBluetoothAgentManagerClient();
|
|
|
| // BluetoothAgentManagerClient overrides
|
| - virtual void Init(dbus::Bus* bus) OVERRIDE;
|
| + virtual void Init(dbus::Bus* bus) override;
|
| virtual void RegisterAgent(const dbus::ObjectPath& agent_path,
|
| const std::string& capability,
|
| const base::Closure& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) override;
|
| virtual void UnregisterAgent(const dbus::ObjectPath& agent_path,
|
| const base::Closure& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| + const ErrorCallback& error_callback) override;
|
| virtual void RequestDefaultAgent(const dbus::ObjectPath& agent_path,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback)
|
| - OVERRIDE;
|
| + override;
|
|
|
| // Register, unregister and retrieve pointers to agent service providers.
|
| void RegisterAgentServiceProvider(
|
|
|