Index: chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc |
index 2732bea178317a295117c887ab9379d6bfeef54c..bbc4fbd6bcebc273c64fa59872950510b977d962 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc |
@@ -46,7 +46,7 @@ BluetoothExtensionFunction::BluetoothExtensionFunction() { |
BluetoothExtensionFunction::~BluetoothExtensionFunction() { |
} |
-bool BluetoothExtensionFunction::RunImpl() { |
+bool BluetoothExtensionFunction::RunAsync() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
if (!IsBluetoothSupported(browser_context())) { |