Index: device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.h |
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.h b/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.h |
index 642065285b5ae23281b6e6505f6914829eea4a8c..df808dcf38593e2b0ddc6e69ec43e01c98c4c8ee 100644 |
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_manager_client.h |
@@ -40,11 +40,13 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattManagerClient |
void Init(dbus::Bus* bus) override; |
// BluetoothGattManagerClient overrides. |
- void RegisterApplication(const dbus::ObjectPath& application_path, |
+ void RegisterApplication(const dbus::ObjectPath& adapter_object_path, |
+ const dbus::ObjectPath& application_path, |
const Options& options, |
const base::Closure& callback, |
const ErrorCallback& error_callback) override; |
- void UnregisterApplication(const dbus::ObjectPath& application_path, |
+ void UnregisterApplication(const dbus::ObjectPath& adapter_object_path, |
+ const dbus::ObjectPath& application_path, |
const base::Closure& callback, |
const ErrorCallback& error_callback) override; |