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 5f0bffdfe62fe01a6561b70f1de690c6068bc1a9..c075463c7b9268d5592eda12f122e5cb47626e01 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1708,7 +1708,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
sync_driver::user_selectable_type::PROXY_TABS, |
}; |
- static_assert(35 == syncer::MODEL_TYPE_COUNT, |
+ static_assert(36 == syncer::MODEL_TYPE_COUNT, |
"custom config histogram must be updated"); |
if (!sync_everything) { |