Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7726)

Unified Diff: chrome/browser/sync/profile_sync_service_startup_unittest.cc

Issue 8919021: [Sync] Rename ModelEnumSet to ModelTypeSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/sync/profile_sync_service_password_unittest.cc ('k') | chrome/browser/sync/protocol/sync_protocol_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698