Index: components/sync/base/data_type_histogram.h |
diff --git a/components/sync/base/data_type_histogram.h b/components/sync/base/data_type_histogram.h |
index b282b12affee9d7b7a9950b8c995a5a6531e789e..603aa00bb681a7842b2b2127d9102d65beba5fbf 100644 |
--- a/components/sync/base/data_type_histogram.h |
+++ b/components/sync/base/data_type_histogram.h |
@@ -116,6 +116,9 @@ void SyncRecordDatatypeBin(const std::string& name, int sample, int value); |
case ::syncer::EXPERIMENTS: \ |
PER_DATA_TYPE_MACRO("Experiments"); \ |
break; \ |
+ case ::syncer::PRINTER: \ |
+ PER_DATA_TYPE_MACRO("Printers"); \ |
+ break; \ |
case ::syncer::PRIORITY_PREFERENCES: \ |
PER_DATA_TYPE_MACRO("PriorityPreferences"); \ |
break; \ |