Index: chrome/browser/password_manager/password_store_factory.h |
diff --git a/chrome/browser/password_manager/password_store_factory.h b/chrome/browser/password_manager/password_store_factory.h |
index 0246134a4a6e2fe696a9c3384ccc0a0a99a94589..cf24607bafa080e08b9a5160fe25136f9427683d 100644 |
--- a/chrome/browser/password_manager/password_store_factory.h |
+++ b/chrome/browser/password_manager/password_store_factory.h |
@@ -44,7 +44,7 @@ class PasswordStoreFactory : public RefcountedProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* context) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |