[Switch Access] Reorder node methods
I've realized that the ordering of the functions in the node classes, while it makes sense to me, is fairly arbitrary. Reorder the functions to group by type (private/setters and getters/static/etc.) and alphabetize within those groups. This is a pure refactor. It changes no logic nor behavior, it only reorders the functions in the file. Bug: None Change-Id: I38d75a90df01070a817eb8847b7121d220193183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902535 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#715014}
Showing
Please register or sign in to comment