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

Unified Diff: chrome/browser/password_manager/mock_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/mock_password_store.h
diff --git a/chrome/browser/password_manager/mock_password_store.h b/chrome/browser/password_manager/mock_password_store.h
index ae58a0b7b8292ff6b0ff66c74cbe565933365cae..38c22747eef503f8da1cbff59016a6fdb806efd1 100644
--- a/chrome/browser/password_manager/mock_password_store.h
+++ b/chrome/browser/password_manager/mock_password_store.h
@@ -17,7 +17,7 @@ class MockPasswordStore : public PasswordStore {
public:
MockPasswordStore();
- static scoped_refptr<RefcountedProfileKeyedService> Build(
+ static scoped_refptr<RefcountedBrowserContextKeyedService> Build(
content::BrowserContext* profile);
MOCK_METHOD1(RemoveLogin, void(const content::PasswordForm&));

Powered by Google App Engine
This is Rietveld 408576698