| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| index 4e424dde9ef1439144f4ca435b05ffa1bc097eab..b7df5f60d35ada2e0501b1db83919524a04ccba7 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
|
| @@ -78,7 +78,7 @@ BluetoothLowEnergyExtensionFunction::BluetoothLowEnergyExtensionFunction() {
|
| BluetoothLowEnergyExtensionFunction::~BluetoothLowEnergyExtensionFunction() {
|
| }
|
|
|
| -bool BluetoothLowEnergyExtensionFunction::RunImpl() {
|
| +bool BluetoothLowEnergyExtensionFunction::RunAsync() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| BluetoothLowEnergyEventRouter* event_router =
|
|
|