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

Unified Diff: chrome/browser/password_manager/password_store_win.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_win.h
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index 8493265eb7fe10c5415c4d3b5c621a18091820de..c831afd3a219aaeda10422beea797e5758d156c2 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -25,7 +25,7 @@ class PasswordStoreWin : public PasswordStoreDefault {
Profile* profile,
WebDataService* web_data_service);
- // RefcountedProfileKeyedService:
+ // RefcountedBrowserContextKeyedService:
virtual void ShutdownOnUIThread() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698