| Index: device/bluetooth/test/fake_bluetooth.h
|
| diff --git a/device/bluetooth/test/fake_bluetooth.h b/device/bluetooth/test/fake_bluetooth.h
|
| index 83e4bb480998e6f845f764f9b1f5ca48d71db461..d74c863abed8eec1430924936930fe0fc5bfac75 100644
|
| --- a/device/bluetooth/test/fake_bluetooth.h
|
| +++ b/device/bluetooth/test/fake_bluetooth.h
|
| @@ -9,6 +9,10 @@
|
| #include "device/bluetooth/public/interfaces/test/fake_bluetooth.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace bluetooth {
|
|
|
| // Implementation of FakeBluetooth in
|
| @@ -19,7 +23,8 @@ class FakeBluetooth : NON_EXPORTED_BASE(public mojom::FakeBluetooth) {
|
| FakeBluetooth();
|
| ~FakeBluetooth() override;
|
|
|
| - static void Create(mojom::FakeBluetoothRequest request);
|
| + static void Create(const service_manager::BindSourceInfo& source_info,
|
| + mojom::FakeBluetoothRequest request);
|
|
|
| void SetLESupported(bool available,
|
| const SetLESupportedCallback& callback) override;
|
|
|