| 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 60141401ac4b812a656a8ae5d770420d82a93066..6a13e67a994affc2eda273308c9c8fda8d137825 100644
|
| --- a/chrome/browser/password_manager/password_store_factory.h
|
| +++ b/chrome/browser/password_manager/password_store_factory.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/singleton.h"
|
| -#include "chrome/browser/profiles/profile.h"
|
| #include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| +#include "components/keyed_service/core/service_access_type.h"
|
|
|
| class Profile;
|
|
|
| @@ -50,7 +50,7 @@ class PasswordStoreFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static scoped_refptr<password_manager::PasswordStore> GetForProfile(
|
| Profile* profile,
|
| - Profile::ServiceAccessType set);
|
| + ServiceAccessType set);
|
|
|
| static PasswordStoreFactory* GetInstance();
|
|
|
|
|