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

Unified Diff: chrome/browser/password_manager/test_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/test_password_store.h
diff --git a/chrome/browser/password_manager/test_password_store.h b/chrome/browser/password_manager/test_password_store.h
index 1ee2f70a36fc2dcf860df8b56870d27451b5bc3f..a7d2f1714d8a507b25e38d94d7cf255f9339c0e1 100644
--- a/chrome/browser/password_manager/test_password_store.h
+++ b/chrome/browser/password_manager/test_password_store.h
@@ -16,7 +16,7 @@ namespace content {
class BrowserContext;
}
-scoped_refptr<RefcountedProfileKeyedService> CreateTestPasswordStore(
+scoped_refptr<RefcountedBrowserContextKeyedService> CreateTestPasswordStore(
content::BrowserContext* profile);
// A very simple PasswordStore implementation that keeps all of the passwords
@@ -28,8 +28,8 @@ class TestPasswordStore : public PasswordStore {
TestPasswordStore();
// Helper function for registration with
- // RefcountedProfileKeyedService::SetTestingFactory
- static scoped_refptr<RefcountedProfileKeyedService> Create(
+ // RefcountedBrowserContextKeyedService::SetTestingFactory
+ static scoped_refptr<RefcountedBrowserContextKeyedService> Create(
content::BrowserContext* profile);
typedef std::map<std::string /* signon_realm */,

Powered by Google App Engine
This is Rietveld 408576698