summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_bluetooth_profile_manager_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/fake_bluetooth_profile_manager_client.h')
-rw-r--r--chromeos/dbus/fake_bluetooth_profile_manager_client.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/chromeos/dbus/fake_bluetooth_profile_manager_client.h b/chromeos/dbus/fake_bluetooth_profile_manager_client.h
index add10df..b6ae0b6 100644
--- a/chromeos/dbus/fake_bluetooth_profile_manager_client.h
+++ b/chromeos/dbus/fake_bluetooth_profile_manager_client.h
@@ -27,18 +27,18 @@ class CHROMEOS_EXPORT FakeBluetoothProfileManagerClient
: public BluetoothProfileManagerClient {
public:
FakeBluetoothProfileManagerClient();
- virtual ~FakeBluetoothProfileManagerClient();
+ ~FakeBluetoothProfileManagerClient() override;
// BluetoothProfileManagerClient overrides
- 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;
- virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
- const base::Closure& callback,
- const ErrorCallback& error_callback) override;
+ void Init(dbus::Bus* bus) override;
+ void RegisterProfile(const dbus::ObjectPath& profile_path,
+ const std::string& uuid,
+ const Options& options,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
+ void UnregisterProfile(const dbus::ObjectPath& profile_path,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
// Register, unregister and retrieve pointers to profile server providers.
void RegisterProfileServiceProvider(