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

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

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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.h
diff --git a/chrome/browser/password_manager/password_store.h b/chrome/browser/password_manager/password_store.h
index 26e36d990424df91c87f23120c4f663224e1fff3..04fdffcf1c145cb3294ee41c383dea698d428a27 100644
--- a/chrome/browser/password_manager/password_store.h
+++ b/chrome/browser/password_manager/password_store.h
@@ -40,7 +40,7 @@ void UpdateLogin(PasswordStore* store, const content::PasswordForm& form);
// The login request/manipulation API is not threadsafe and must be used
// from the UI thread.
class PasswordStore
- : public RefcountedProfileKeyedService,
+ : public RefcountedBrowserContextKeyedService,
public CancelableRequestProvider {
public:
typedef base::Callback<

Powered by Google App Engine
This is Rietveld 408576698