Correct enum value names as per style guide
The C++ style guide suggests that enums should be named like constants, not like macros. This CL adapts the new style for ExtensionStatus enum in force_installed_tracker. Bug: 1167661 Change-Id: If74d7b647c9d484d510fdae04df722fda5b43cbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633270Reviewed-by:Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#844727}
Showing
This diff is collapsed.
Please register or sign in to comment