| Index: device/bluetooth/test/fake_bluetooth.cc
 | 
| diff --git a/device/bluetooth/test/fake_bluetooth.cc b/device/bluetooth/test/fake_bluetooth.cc
 | 
| index 08c6615c208933c6cea416a9293cf9a81a2e92ce..92d42cdc1b091662f796cc5f921db1d75bb80ef2 100644
 | 
| --- a/device/bluetooth/test/fake_bluetooth.cc
 | 
| +++ b/device/bluetooth/test/fake_bluetooth.cc
 | 
| @@ -21,7 +21,8 @@ FakeBluetooth::FakeBluetooth()
 | 
|  FakeBluetooth::~FakeBluetooth() {}
 | 
|  
 | 
|  // static
 | 
| -void FakeBluetooth::Create(mojom::FakeBluetoothRequest request) {
 | 
| +void FakeBluetooth::Create(const service_manager::BindSourceInfo& source_info,
 | 
| +                           mojom::FakeBluetoothRequest request) {
 | 
|    mojo::MakeStrongBinding(base::MakeUnique<FakeBluetooth>(),
 | 
|                            std::move(request));
 | 
|  }
 | 
| 
 |