| 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 6e4bc2f228b885fcc542a7e2f9e26d377d80af1e..36f1c6d7dab26568573cbf4a78bc9d01ad1cd61a 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -1740,7 +1740,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram(
|
| sync_driver::user_selectable_type::PROXY_TABS,
|
| };
|
|
|
| - COMPILE_ASSERT(33 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram);
|
| + COMPILE_ASSERT(34 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram);
|
|
|
| if (!sync_everything) {
|
| const syncer::ModelTypeSet current_types = GetPreferredDataTypes();
|
|
|