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

Unified Diff: chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile 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/sync/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index d46093b10a0e1d00e8b2e4135798a2d353e12a00..d1dc77f6ac56927dbcebcd9c7d909203520e9f4a 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -326,7 +326,7 @@ class AutofillProfileFactory : public AbstractAutofillFactory {
class PersonalDataManagerMock: public PersonalDataManager {
public:
- static ProfileKeyedBase* Build(Profile* profile) {
+ static ProfileKeyedService* Build(Profile* profile) {
return new PersonalDataManagerMock;
}

Powered by Google App Engine
This is Rietveld 408576698