Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
index b5a773bb09c6be0de0b12d67d4aea00e147c77e5..07812cee08af6fea3e90a7ab7d9d54cd85aa0ef5 100644 |
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
@@ -128,7 +128,7 @@ TEST_F(ProfileSyncServiceStartupTest, StartFirstTime) { |
GaiaConstants::kGaiaOAuth2LoginRefreshToken, "oauth2_login_token"); |
service_->OnUserChoseDatatypes( |
- false, syncable::ModelEnumSet(syncable::BOOKMARKS)); |
+ false, syncable::ModelTypeSet(syncable::BOOKMARKS)); |
EXPECT_TRUE(service_->ShouldPushChanges()); |
} |
@@ -277,7 +277,7 @@ TEST_F(ProfileSyncServiceStartupTest, StartFailure) { |
errors.push_back(error); |
browser_sync::DataTypeManager::ConfigureResult result( |
status, |
- syncable::ModelEnumSet(), |
+ syncable::ModelTypeSet(), |
errors); |
EXPECT_CALL(*data_type_manager, Configure(_, _)). |
WillRepeatedly( |