| Index: components/pairing/bluetooth_controller_pairing_controller.cc
|
| diff --git a/components/pairing/bluetooth_controller_pairing_controller.cc b/components/pairing/bluetooth_controller_pairing_controller.cc
|
| index 285cdab8ad547f339758231b303de3e9deadbf3f..dd2ea5411d553cb9a816ba6be6b9f8b31127708d 100644
|
| --- a/components/pairing/bluetooth_controller_pairing_controller.cc
|
| +++ b/components/pairing/bluetooth_controller_pairing_controller.cc
|
| @@ -132,7 +132,7 @@ void BluetoothControllerPairingController::OnGetAdapter(
|
| }
|
|
|
| void BluetoothControllerPairingController::OnStartDiscoverySession(
|
| - scoped_ptr<device::BluetoothDiscoverySession> discovery_session) {
|
| + std::unique_ptr<device::BluetoothDiscoverySession> discovery_session) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| discovery_session_ = std::move(discovery_session);
|
| ChangeStage(STAGE_DEVICES_DISCOVERY);
|
|
|