| 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 978ea301928dad270c49f5a3aef3193736807a31..b3fcb09f634ae5a11f232ccba0892413d32b2643 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
|
| @@ -23,7 +23,7 @@ class LayoutTestBluetoothFakeAdapterSetterImpl
|
| mojom::LayoutTestBluetoothFakeAdapterSetterRequest request);
|
| ~LayoutTestBluetoothFakeAdapterSetterImpl() override;
|
|
|
| - void Set(const mojo::String& adapter_name,
|
| + void Set(const std::string& adapter_name,
|
| const SetCallback& callback) override;
|
|
|
| mojo::StrongBinding<LayoutTestBluetoothFakeAdapterSetter> binding_;
|
|
|