Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
index 0a676158289ae4939bec9cbe8e78d0d71573e3d3..52c631ed1901215888107994b1ebde7c3431721a 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.cc |
@@ -483,7 +483,7 @@ void BluetoothAddProfileFunction::OnProfileRegistered( |
BluetoothRemoveProfileFunction::~BluetoothRemoveProfileFunction() {} |
-bool BluetoothRemoveProfileFunction::RunImpl() { |
+bool BluetoothRemoveProfileFunction::RunSync() { |
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
scoped_ptr<RemoveProfile::Params> params( |
RemoveProfile::Params::Create(*args_)); |