| Index: device/bluetooth/adapter_factory.h
|
| diff --git a/device/bluetooth/adapter_factory.h b/device/bluetooth/adapter_factory.h
|
| index a7f1d2dfd8bcca35a58d6d88b25dacab3d23fab4..2732165e8abf044ed8e5d9b0baa7fa90dd17ed46 100644
|
| --- a/device/bluetooth/adapter_factory.h
|
| +++ b/device/bluetooth/adapter_factory.h
|
| @@ -9,6 +9,10 @@
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| #include "device/bluetooth/public/interfaces/adapter.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace bluetooth {
|
|
|
| // Implementation of Mojo AdapterFactory located in
|
| @@ -22,7 +26,8 @@ class AdapterFactory : public mojom::AdapterFactory {
|
| ~AdapterFactory() override;
|
|
|
| // Creates an AdapterFactory with a strong Mojo binding to |request|.
|
| - static void Create(mojom::AdapterFactoryRequest request);
|
| + static void Create(const service_manager::BindSourceInfo& source_info,
|
| + mojom::AdapterFactoryRequest request);
|
|
|
| // mojom::AdapterFactory overrides:
|
| void GetAdapter(const GetAdapterCallback& callback) override;
|
|
|