base: Remove the remaining usage of GG_(U)INTn_C macros.
commit3208992c8e765e1fe07c1e77f071f3b0a801952f
authortfarina <tfarina@chromium.org>
Mon, 18 May 2015 22:14:09 +0000 (18 15:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 May 2015 22:14:16 +0000 (18 22:14 +0000)
tree711c211aa2d5ba96b591ae67ef07293fb795b2cb
parent6edecc8ca40abd2a82edc78f8d51a1b59543cbca
base: Remove the remaining usage of GG_(U)INTn_C macros.

According to comment in base/port.h, in Chromium, we force-define
__STDC_CONSTANT_MACROS, so we can just use the regular (U)INTn_C macros from
<stdint.h>.

BUG=138542
TEST=base_unittests
R=danakj@chromium.org

Review URL: https://codereview.chromium.org/1128203010

Cr-Commit-Position: refs/heads/master@{#330440}
base/containers/hash_tables_unittest.cc
base/rand_util.cc
base/strings/string_number_conversions_unittest.cc
base/time/time_mac.cc
base/time/time_posix.cc
base/time/time_unittest.cc
base/time/time_win.cc