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 92811499a4eb76aa5b977fed4e4a4f4b0911a321..e9d0ba63339f82abfdd2b873c884197374c9098b 100644 |
--- a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h |
+++ b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h |
@@ -30,7 +30,7 @@ class GesturePrefsObserverFactoryAura : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |