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

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

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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.cc
diff --git a/chrome/browser/password_manager/mock_password_store.cc b/chrome/browser/password_manager/mock_password_store.cc
index 7f9d57ebac865184c2532166cbdb255e318ab3af..087ad83086f8082c264ba0fad92c2dfa73ba149b 100644
--- a/chrome/browser/password_manager/mock_password_store.cc
+++ b/chrome/browser/password_manager/mock_password_store.cc
@@ -9,7 +9,8 @@ MockPasswordStore::MockPasswordStore() {}
MockPasswordStore::~MockPasswordStore() {}
// static
-ProfileKeyedBase* MockPasswordStore::Build(Profile* profile) {
+scoped_refptr<RefcountedProfileKeyedService> MockPasswordStore::Build(
+ Profile* profile) {
return new MockPasswordStore;
}
« no previous file with comments | « chrome/browser/password_manager/mock_password_store.h ('k') | chrome/browser/password_manager/password_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698