| 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 a6efcc9f38373bf03b24cc94fcef8b5ef5cf3113..2bdb1acc597aceca57b498cb387c9e52808d2555 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service.cc
|
| @@ -1605,7 +1605,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram(
|
| sync_driver::user_selectable_type::PROXY_TABS,
|
| };
|
|
|
| - static_assert(36 == syncer::MODEL_TYPE_COUNT,
|
| + static_assert(37 == syncer::MODEL_TYPE_COUNT,
|
| "custom config histogram must be updated");
|
|
|
| if (!sync_everything) {
|
|
|