| commit | d0d10ed3e7f2abb05fc0519e62f3833d17080732 | [log] [tgz] |
|---|---|---|
| author | cmtice <[email protected]> | Tue May 27 22:57:01 2014 |
| committer | chrome-internal-fetch <[email protected]> | Wed May 28 23:58:43 2014 |
| tree | 70163d8e83714589a5673a63ea3ef19f880b0269 | |
| parent | f3ef7fdcdfddb8eb78aa61a356bb09c79a522df9 [diff] |
Fix signed/unsigned comparison error. GCC 4.9 (the next compiler) issues warnings, which become errors, for attempts to compare signed vs. unsigned numbers. This patch fixes one such bug. BUG=None TEST=Ran trybots with this change. Change-Id: I396c88d78410ba3e107bcba3ef03aa2c6aca044c Reviewed-on: https://chromium-review.googlesource.com/201751 Reviewed-by: Darren Krahn <[email protected]> Commit-Queue: Caroline Tice <[email protected]> Tested-by: Caroline Tice <[email protected]>