DescriptionMove an include guard to guard all code in base/move.h
gcc -H warned about base/move.h missing an include guard and it was
because the existing include guard didn't encompass all the code in the
file.
This fixes that warning and maybe makes compilations one nanosecond
faster.
The code outside the include guard was added Oct 2014 when fixing bug
418297.
BUG=418297
Committed: https://crrev.com/e67c6972f457f8d77d3b766f4dfb598e0a7be0e9
Cr-Commit-Position: refs/heads/master@{#325132}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|