| 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 f5a1945eaca019addc39afabcba06db7cde9bbe2..29d31f2370fde8e618f1c5c707b5634cb2c936c8 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -1321,7 +1321,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram(
|
| browser_sync::user_selectable_type::TYPED_URLS
|
| };
|
|
|
| - COMPILE_ASSERT(22 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram);
|
| + COMPILE_ASSERT(23 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram);
|
| COMPILE_ASSERT(arraysize(model_types) ==
|
| browser_sync::user_selectable_type::SELECTABLE_DATATYPE_COUNT,
|
| UpdateCustomConfigHistogram);
|
|
|