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

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

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.h
diff --git a/chrome/browser/password_manager/mock_password_store.h b/chrome/browser/password_manager/mock_password_store.h
index daa940cc87665dd7ecbcc4f8ca01e7807315239f..5a13964390d887441cdc9d6ec20bf0cec5ccac6d 100644
--- a/chrome/browser/password_manager/mock_password_store.h
+++ b/chrome/browser/password_manager/mock_password_store.h
@@ -16,7 +16,7 @@ class MockPasswordStore : public PasswordStore {
MockPasswordStore();
virtual ~MockPasswordStore();
- static ProfileKeyedBase* Build(Profile* profile);
+ static scoped_refptr<RefcountedProfileKeyedService> Build(Profile* profile);
MOCK_METHOD1(RemoveLogin, void(const webkit::forms::PasswordForm&));
MOCK_METHOD2(GetLogins, int(const webkit::forms::PasswordForm&,

Powered by Google App Engine
This is Rietveld 408576698