| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_unittest.cc (revision 29327)
|
| +++ chrome/browser/sync/profile_sync_service_unittest.cc (working copy)
|
| @@ -287,7 +287,7 @@
|
| // The service may have already started sync automatically if it's already
|
| // enabled by user once.
|
| if (!service_->HasSyncSetupCompleted())
|
| - service_->EnableForUser();
|
| + service_->EnableForUser(NULL);
|
| }
|
| void StopSyncService(SaveOption save) {
|
| if (save == DONT_SAVE_TO_STORAGE)
|
|
|