| Index: chrome/browser/sync/test_profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
|
| index bfbbe3225906dd974704e8a5620915adee59485c..655aa425de262d751bd8bfbb226aafae4ce35c3d 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -62,9 +62,9 @@ SyncBackendHostForProfileSyncTest::~SyncBackendHostForProfileSyncTest() {}
|
| void SyncBackendHostForProfileSyncTest::
|
| SimulateSyncCycleCompletedInitialSyncEnded(
|
| const tracked_objects::Location& location) {
|
| - syncable::ModelEnumSet sync_ended;
|
| + syncable::ModelTypeSet sync_ended;
|
| if (!fail_initial_download_)
|
| - sync_ended = syncable::ModelEnumSet::All();
|
| + sync_ended = syncable::ModelTypeSet::All();
|
| std::string download_progress_markers[syncable::MODEL_TYPE_COUNT];
|
| core_->HandleSyncCycleCompletedOnFrontendLoop(new SyncSessionSnapshot(
|
| SyncerStatus(), ErrorCounters(), 0, false,
|
| @@ -98,7 +98,7 @@ void SyncBackendHostForProfileSyncTest::StartConfiguration(
|
| const base::Closure& callback) {
|
| SyncBackendHost::FinishConfigureDataTypesOnFrontendLoop();
|
| if (initialization_state_ == DOWNLOADING_NIGORI) {
|
| - syncable::ModelEnumSet sync_ended;
|
| + syncable::ModelTypeSet sync_ended;
|
|
|
| if (!fail_initial_download_)
|
| sync_ended.Put(syncable::NIGORI);
|
|
|