| Index: chrome/browser/ui/gesture_prefs_observer_factory_aura.h
|
| ===================================================================
|
| --- chrome/browser/ui/gesture_prefs_observer_factory_aura.h (revision 154991)
|
| +++ chrome/browser/ui/gesture_prefs_observer_factory_aura.h (working copy)
|
| @@ -27,9 +27,9 @@
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE;
|
| - virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
|
| + virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GesturePrefsObserverFactoryAura);
|
| };
|
|
|