DescriptionFix include presubmit warning in Wow64.cc
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
Committed: https://crrev.com/5364cc029e0a86bd3303a56d069fa8ee9d2235e1
Cr-Commit-Position: refs/heads/master@{#367301}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|