| Index: chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h
|
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h b/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h
|
| index c83333b93380a21be14fcc9599722296477e9429..8c5f134d23579fd70dda39a6b1a64e77f30c8b53 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h
|
| @@ -27,7 +27,8 @@ class BluetoothAPIFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory implementation.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|