| Index: tools/about_flags_switches_histogram_ids_checker/changed_file_2.h
|
| diff --git a/tools/strict_enum_value_checker/changed_file_2.h b/tools/about_flags_switches_histogram_ids_checker/changed_file_2.h
|
| similarity index 65%
|
| copy from tools/strict_enum_value_checker/changed_file_2.h
|
| copy to tools/about_flags_switches_histogram_ids_checker/changed_file_2.h
|
| index 04a801bf5d831bdbd5053e6fe97e81fb06151b33..e9f7168929612b3b091fc8e88b44dd6b4ce96605 100644
|
| --- a/tools/strict_enum_value_checker/changed_file_2.h
|
| +++ b/tools/about_flags_switches_histogram_ids_checker/changed_file_2.h
|
| @@ -12,17 +12,16 @@
|
| // 3. New entries must be added just before mBoundary, never after
|
| //
|
| enum MockEnum {
|
| - mEntry1,
|
| - mEntry2,
|
| - mData1,
|
| - mData2,
|
| - mEntry3,
|
| - mInfo1,
|
| - mData3,
|
| - mFunction1,
|
| - mInfo2,
|
| - mData4,
|
| - mBoundary // Do not add below here
|
| + UMA_HISTOGRAM_ID_Entry1,
|
| + UMA_HISTOGRAM_ID_Entry2,
|
| + UMA_HISTOGRAM_ID_Data1,
|
| + UMA_HISTOGRAM_ID_Data2,
|
| + UMA_HISTOGRAM_ID_Entry3,
|
| + UMA_HISTOGRAM_ID_Info1,
|
| + UMA_HISTOGRAM_ID_Data3,
|
| + UMA_HISTOGRAM_ID_Function1,
|
| + UMA_HISTOGRAM_ID_Info2,
|
| + UMA_HISTOGRAM_ID_Data4,
|
| };
|
|
|
| #endif
|
|
|