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 8444f3a4719a247527de446eb7ba224f95c0ab8e..67454f159cc70575f7d63b92cfeaebe2246e212b 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -1284,6 +1284,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
syncer::APPS, |
syncer::AUTOFILL, |
syncer::BOOKMARKS, |
+ syncer::DICTIONARY, |
syncer::EXTENSIONS, |
syncer::PASSWORDS, |
syncer::PREFERENCES, |
@@ -1297,6 +1298,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
browser_sync::user_selectable_type::APPS, |
browser_sync::user_selectable_type::AUTOFILL, |
browser_sync::user_selectable_type::BOOKMARKS, |
+ browser_sync::user_selectable_type::DICTIONARY, |
browser_sync::user_selectable_type::EXTENSIONS, |
browser_sync::user_selectable_type::PASSWORDS, |
browser_sync::user_selectable_type::PREFERENCES, |
@@ -1305,7 +1307,7 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
browser_sync::user_selectable_type::TYPED_URLS |
}; |
- COMPILE_ASSERT(20 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram); |
+ COMPILE_ASSERT(21 == syncer::MODEL_TYPE_COUNT, UpdateCustomConfigHistogram); |
COMPILE_ASSERT(arraysize(model_types) == |
browser_sync::user_selectable_type::SELECTABLE_DATATYPE_COUNT, |
UpdateCustomConfigHistogram); |