summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_bluetooth_agent_manager_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/fake_bluetooth_agent_manager_client.h')
-rw-r--r--chromeos/dbus/fake_bluetooth_agent_manager_client.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/chromeos/dbus/fake_bluetooth_agent_manager_client.h b/chromeos/dbus/fake_bluetooth_agent_manager_client.h
index be9a8d9..68c91202c3 100644
--- a/chromeos/dbus/fake_bluetooth_agent_manager_client.h
+++ b/chromeos/dbus/fake_bluetooth_agent_manager_client.h
@@ -24,21 +24,20 @@ class CHROMEOS_EXPORT FakeBluetoothAgentManagerClient
: public BluetoothAgentManagerClient {
public:
FakeBluetoothAgentManagerClient();
- virtual ~FakeBluetoothAgentManagerClient();
+ ~FakeBluetoothAgentManagerClient() override;
// BluetoothAgentManagerClient overrides
- 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;
- virtual void UnregisterAgent(const dbus::ObjectPath& agent_path,
- const base::Closure& callback,
- const ErrorCallback& error_callback) override;
- virtual void RequestDefaultAgent(const dbus::ObjectPath& agent_path,
- const base::Closure& callback,
- const ErrorCallback& error_callback)
- override;
+ void Init(dbus::Bus* bus) override;
+ void RegisterAgent(const dbus::ObjectPath& agent_path,
+ const std::string& capability,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
+ void UnregisterAgent(const dbus::ObjectPath& agent_path,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
+ void RequestDefaultAgent(const dbus::ObjectPath& agent_path,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
// Register, unregister and retrieve pointers to agent service providers.
void RegisterAgentServiceProvider(