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

Unified Diff: chrome/browser/password_manager/test_password_store.cc

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.cc
diff --git a/chrome/browser/password_manager/test_password_store.cc b/chrome/browser/password_manager/test_password_store.cc
index e056d1c173384afaa4225513c838034da5fd78e7..492363446cf412ae14fa008ebc1b24d715e0980c 100644
--- a/chrome/browser/password_manager/test_password_store.cc
+++ b/chrome/browser/password_manager/test_password_store.cc
@@ -7,7 +7,7 @@
#include "content/public/common/password_form.h"
// static
-scoped_refptr<RefcountedProfileKeyedService> TestPasswordStore::Create(
+scoped_refptr<RefcountedBrowserContextKeyedService> TestPasswordStore::Create(
content::BrowserContext* profile) {
return make_scoped_refptr(new TestPasswordStore);
}

Powered by Google App Engine
This is Rietveld 408576698