| Index: content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
|
| index 4ae6fa90eed66a6d407a9d080fbe07ab78a3ca2c..ead71d14d00391bc3d5e6b56c61e7b029dc6dc99 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
|
| @@ -8,6 +8,10 @@
|
| #include "base/macros.h"
|
| #include "content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace content {
|
|
|
| class LayoutTestBluetoothFakeAdapterSetterImpl
|
| @@ -17,6 +21,7 @@ class LayoutTestBluetoothFakeAdapterSetterImpl
|
| ~LayoutTestBluetoothFakeAdapterSetterImpl() override;
|
|
|
| static void Create(
|
| + const service_manager::BindSourceInfo& source_info,
|
| mojom::LayoutTestBluetoothFakeAdapterSetterRequest request);
|
|
|
| private:
|
|
|