0
Files
src/sandbox
tapted 5364cc029e Fix 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

Review URL: https://codereview.chromium.org/1556873003

Cr-Commit-Position: refs/heads/master@{#367301}
2016-01-04 10:36:19 +00:00
..
2015-12-29 21:12:01 +00:00