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 b39380e3f21ba1de52686c2953e1ceaf183d1929..506ebe2af1e660c836074cce85424b8091a573bf 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1755,7 +1755,8 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
sync_driver::user_selectable_type::PROXY_TABS, |
}; |
- COMPILE_ASSERT(34 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram); |
+ static_assert(34 == syncer::MODEL_TYPE_COUNT, |
+ "custom config histogram must be updated"); |
if (!sync_everything) { |
const syncer::ModelTypeSet current_types = GetPreferredDataTypes(); |