Index: third_party/WebKit/Source/core/frame/PRESUBMIT.py |
diff --git a/third_party/WebKit/Source/core/frame/PRESUBMIT.py b/third_party/WebKit/Source/core/frame/PRESUBMIT.py |
index 40530edb9b17158134323c523a5a0a9c0a3e967a..589861be7649c971a0fcaa37eb7149f56e8d8e74 100644 |
--- a/third_party/WebKit/Source/core/frame/PRESUBMIT.py |
+++ b/third_party/WebKit/Source/core/frame/PRESUBMIT.py |
@@ -72,7 +72,7 @@ def _RunUmaHistogramChecks(input_api, output_api): |
else: |
return [] |
- START_MARKER = '^enum Feature {' |
+ START_MARKER = '^enum Feature : uint32_t {' |
END_MARKER = '^NumberOfFeatures' |
if update_histogram_enum.HistogramNeedsUpdate( |
histogram_enum_name='FeatureObserver', |