| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.cc
|
| index 60521be8f5f2f182459b649b53973c9d9bd13a5d..54af81a018d24c36df626e34df533ce1fd3399a8 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.cc
|
| @@ -13,9 +13,10 @@
|
| namespace extensions {
|
|
|
| // static
|
| -BluetoothAPI* BluetoothAPIFactory::GetForProfile(Profile* profile) {
|
| +BluetoothAPI* BluetoothAPIFactory::GetForBrowserContext(
|
| + content::BrowserContext* context) {
|
| return static_cast<BluetoothAPI*>(
|
| - GetInstance()->GetServiceForBrowserContext(profile, true));
|
| + GetInstance()->GetServiceForBrowserContext(context, true));
|
| }
|
|
|
| // static
|
|
|