ONC: Replace & by && and | by || in the Validator.
Bit-wise operators were used to more than one error/warning can be logged in one validation pass.
The downside of this was that using bit-wise operators for boolean logic frequently surprises readers who don't expect side-effects to be hidden within logical terms.
This replaces the bit-wise operators by their boolean counterparts for the sake of readability.
BUG=NONE
R=dconnelly@chromium.org
Review URL: https://codereview.chromium.org/
72573002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235133 0039d316-1c4b-4281-b951-d872f2087c98