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