| Index: chrome/browser/password_manager/password_store_factory.h
|
| ===================================================================
|
| --- chrome/browser/password_manager/password_store_factory.h (revision 154991)
|
| +++ chrome/browser/password_manager/password_store_factory.h (working copy)
|
| @@ -45,8 +45,8 @@
|
| virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PasswordStoreFactory);
|
| };
|
|
|