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

Unified Diff: chrome/browser/sync/sync_setup_wizard_unittest.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/sync/sync_setup_wizard_unittest.cc
diff --git a/chrome/browser/sync/sync_setup_wizard_unittest.cc b/chrome/browser/sync/sync_setup_wizard_unittest.cc
index 5519528de777115afab60da76f26368088bb9622..474499312e11e8cd9a30d5e29bad3bda41b07d81 100644
--- a/chrome/browser/sync/sync_setup_wizard_unittest.cc
+++ b/chrome/browser/sync/sync_setup_wizard_unittest.cc
@@ -96,12 +96,12 @@ class ProfileSyncServiceForWizardTest : public ProfileSyncService {
public:
virtual ~ProfileSyncServiceForWizardTest() {}
- static ProfileKeyedBase* BuildManual(Profile* profile) {
+ static ProfileKeyedService* BuildManual(Profile* profile) {
return new ProfileSyncServiceForWizardTest(profile,
ProfileSyncService::MANUAL_START);
}
- static ProfileKeyedBase* BuildAuto(Profile* profile) {
+ static ProfileKeyedService* BuildAuto(Profile* profile) {
return new ProfileSyncServiceForWizardTest(profile,
ProfileSyncService::AUTO_START);
}
« no previous file with comments | « chrome/browser/sync/profile_sync_service_password_unittest.cc ('k') | chrome/browser/tabs/pinned_tab_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698