| commit | 7023f52b1ae1a47e3764cf5e7ad8ce65c73c0e54 | [log] [tgz] |
|---|---|---|
| author | tfarina <[email protected]> | Fri Sep 11 19:58:48 2015 |
| committer | Commit bot <[email protected]> | Fri Sep 11 19:59:39 2015 |
| tree | 4025d90a00f50f25f745418a82ae03186bdbc866 | |
| parent | 0149432f1f039a0ceaaaa159a2e312369ad02aab [diff] |
ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits variants.
As the types from basictypes.h are deprecated this moves them to
std::numeric_limits from <limits> or when necessary to the (U)INTx_{MIN,MAX} macros from <stdint.h>.
BUG=138542
TEST=ipc_tests
[email protected]
Review URL: https://codereview.chromium.org/1331673002
Cr-Commit-Position: refs/heads/master@{#348474}