| Index: chrome/browser/sync/sync_setup_wizard_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/sync_setup_wizard_unittest.cc (revision 58702)
|
| +++ chrome/browser/sync/sync_setup_wizard_unittest.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
| class ProfileSyncServiceForWizardTest : public ProfileSyncService {
|
| public:
|
| ProfileSyncServiceForWizardTest(ProfileSyncFactory* factory, Profile* profile)
|
| - : ProfileSyncService(factory, profile, false),
|
| + : ProfileSyncService(factory, profile, ""),
|
| user_cancelled_dialog_(false) {
|
| RegisterPreferences();
|
| ResetTestStats();
|
|
|