Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index d185511184be7c4e96afc3df20520f73fc1af1ce..0c396e4f17492a0c5686de40af446d5100467600 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1238,7 +1238,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
browser_sync::user_selectable_type::TYPED_URLS |
}; |
- COMPILE_ASSERT(17 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram); |
+ COMPILE_ASSERT(18 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram); |
COMPILE_ASSERT(arraysize(model_types) == |
browser_sync::user_selectable_type::SELECTABLE_DATATYPE_COUNT, |
UpdateCustomConfigHistogram); |