| 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);
 | 
|    }
 | 
| 
 |