| Index: chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| diff --git a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| index e9d0ba63339f82abfdd2b873c884197374c9098b..f1509008a4101cb11a7852d8f75ba516159cb733 100644
|
| --- a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| +++ b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| @@ -33,7 +33,8 @@ class GesturePrefsObserverFactoryAura : public ProfileKeyedServiceFactory {
|
| content::BrowserContext* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GesturePrefsObserverFactoryAura);
|
|
|