Index: components/browser_sync/browser/profile_sync_service.cc |
diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc |
index 180cf4271567ba16ab48fa89b3236efd6d1b3cd6..d5a24883feefa098b9e2ef02401ded594c9a8753 100644 |
--- a/components/browser_sync/browser/profile_sync_service.cc |
+++ b/components/browser_sync/browser/profile_sync_service.cc |
@@ -1618,7 +1618,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
sync_driver::user_selectable_type::PROXY_TABS, |
}; |
- static_assert(37 == syncer::MODEL_TYPE_COUNT, |
+ static_assert(38 == syncer::MODEL_TYPE_COUNT, |
"custom config histogram must be updated"); |
if (!sync_everything) { |