| Index: device/bluetooth/bluetooth_profile_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_profile_chromeos.cc b/device/bluetooth/bluetooth_profile_chromeos.cc
|
| index f4b8ccce19844835a59e4ceecd51d3f719b7f6aa..6d0bb4e209fca8063d2f8e730cfb8897ada36d39 100644
|
| --- a/device/bluetooth/bluetooth_profile_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_profile_chromeos.cc
|
| @@ -157,7 +157,7 @@ void BluetoothProfileChromeOS::NewConnection(
|
| // base::Passed is used to take ownership of the file descriptor during the
|
| // CheckValidity() call and pass that ownership to the GetAdapter() call.
|
| base::PostTaskAndReplyWithResult(
|
| - base::WorkerPool::GetTaskRunner(false),
|
| + base::WorkerPool::GetTaskRunner(false).get(),
|
| FROM_HERE,
|
| base::Bind(&CheckValidity, base::Passed(&fd)),
|
| base::Bind(&BluetoothProfileChromeOS::GetAdapter,
|
|
|