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 3f0b87d75b681c0a6cd6cfda9f2a856ab8eca827..7632d855ed929ece642bc3c192fbbd249d923bfd 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1224,7 +1224,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); |