Changes to Wow64.cc currently trigger:
** Presubmit Warnings **
Your #include order seems to be broken /* snip */
sandbox/win/src/Wow64.cc:11: - line belongs before previous line
This is because the #include line for its corresponding header is
spelled with a lowercase "w" in "wow64.h". Changing the #include to
Wow64.h is the correct fix.
Since the files themselves do not require renaming this shouldn't cause
any case sensitivity filesystem confusion on the bots (I hope).
BUG=None
Review URL: https://codereview.chromium.org/1556873003
Cr-Commit-Position: refs/heads/master@{#367301}