| 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 ff1a76bdb16ff371f6421a4ded7efb850cf86b57..c83333b93380a21be14fcc9599722296477e9429 100644
|
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h
|
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h
|
| @@ -26,7 +26,7 @@ class BluetoothAPIFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory implementation.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|