| Index: content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
 | 
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
 | 
| index 60be3f38262f07172d1a6c1471240369275fca30..fa83b6a6403c4b5c5ade0d13171c302fe66a5c96 100644
 | 
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
 | 
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
 | 
| @@ -22,6 +22,7 @@ LayoutTestBluetoothFakeAdapterSetterImpl::
 | 
|  
 | 
|  // static
 | 
|  void LayoutTestBluetoothFakeAdapterSetterImpl::Create(
 | 
| +    const service_manager::BindSourceInfo& source_info,
 | 
|      mojom::LayoutTestBluetoothFakeAdapterSetterRequest request) {
 | 
|    mojo::MakeStrongBinding(
 | 
|        base::MakeUnique<LayoutTestBluetoothFakeAdapterSetterImpl>(),
 | 
| 
 |