commit | e4a206583d6ad4dd0a12c2dbf3d9aae4ead2e0bb | [log] [tgz] |
---|---|---|
author | Ben Chan <[email protected]> | Wed Aug 06 17:27:48 2014 -0700 |
committer | chrome-internal-fetch <[email protected]> | Thu Aug 07 11:59:37 2014 +0000 |
tree | 098ad09d3f9f015ab11bc7d4fa5b3a5db0771a34 | |
parent | c3cad6eb6a465d1996473de354f79174be5b7676 [diff] |
crash-reporter: Use integer types from stdint.h This CL replaces the deprecated int* and uint* types from 'base/basictypes.h' with the int*_t and uint*_t types from 'stdint.h'. BUG=chromium:401356 TEST=`FEATURES=test emerge-$BOARD platform2` Change-Id: I33086d64b33ac7d58b578705e95da31e6d6fb5fd Reviewed-on: https://chromium-review.googlesource.com/211285 Reviewed-by: Mike Frysinger <[email protected]> Tested-by: Ben Chan <[email protected]> Commit-Queue: Ben Chan <[email protected]>