| 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..d6b6b3179cf9bcaf8951f7bd37fd15e3314fecb4 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::PRINTERS: \
|
| + PER_DATA_TYPE_MACRO("Printers"); \
|
| + break; \
|
| case ::syncer::PRIORITY_PREFERENCES: \
|
| PER_DATA_TYPE_MACRO("PriorityPreferences"); \
|
| break; \
|
|
|