Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: chrome/browser/password_manager/password_store_factory.h

Issue 839193002: Move ServiceAccessType into //components/keyed_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on android Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698