| Index: chrome/browser/search/hotword_service_factory.h
|
| diff --git a/chrome/browser/search/hotword_service_factory.h b/chrome/browser/search/hotword_service_factory.h
|
| index 9ec2023f7274c38af853a4412d14d14ae80179b0..d6334a4ba376e57eac6aafdd91dae14c6e56b900 100644
|
| --- a/chrome/browser/search/hotword_service_factory.h
|
| +++ b/chrome/browser/search/hotword_service_factory.h
|
| @@ -32,8 +32,6 @@ class HotwordServiceFactory : public BrowserContextKeyedServiceFactory {
|
| // Overrides from BrowserContextKeyedServiceFactory:
|
| virtual void RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
|
|
|
|