summaryrefslogtreecommitdiffstats
path: root/sync/util
diff options
context:
space:
mode:
Diffstat (limited to 'sync/util')
-rw-r--r--sync/util/data_type_histogram.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
index 49885a7..2c4ac8e 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -51,6 +51,9 @@
case ::syncer::AUTOFILL_PROFILE: \
PER_DATA_TYPE_MACRO("AutofillProfiles"); \
break; \
+ case ::syncer::AUTOFILL_WALLET_DATA: \
+ PER_DATA_TYPE_MACRO("AutofillWallet"); \
+ break; \
case ::syncer::THEMES: \
PER_DATA_TYPE_MACRO("Themes"); \
break; \