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 8f07f316c2689c5366bd9fc46f0e00d10f60e7f6..64fae876fba8e7e5acf3a04f4852ca567144d551 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1265,7 +1265,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); |