Commit 0e5fd802 authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Sort chrome_features.{h,cc} in dictionary order

Command to verify they are sorted:

cat chrome/common/chrome_features.h | \
gawk '{print gensub(/.*Feature[^ ]* ([0-9a-zA-Z_]*).*/,"\\1","g")}' | \
gawk '/^k/' > out/all \
&& cat out/all | LANG=C sort -u > out/sorted \
&& diff -u out/all out/sorted

chrome/common/chrome_features.cc can be checked similarly.
Fixing them was manual.

Bug: None
Change-Id: Ie5639fa4bedc41024f975ad43b8bf5a5149b322f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345944
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796580}
parent 69e18d60
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment