base: Remove deprecated GG macros from port.h
commit969b6b3651f6eba8ee0f9164f49361671566836c
authortfarina <tfarina@chromium.org>
Thu, 11 Jun 2015 02:51:04 +0000 (10 19:51 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 11 Jun 2015 02:51:40 +0000 (11 02:51 +0000)
tree6262f659418fa7edd0f58f625ddb8f9a7a275380
parente5676d990d7f40efb4d93e42fc8464b889c5d278
base: Remove deprecated GG macros from port.h

We already removed the usage of GG_(U)INTn_C macros from the codebase,
so we can remove these macros now.

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
R=thestig@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#333879}
base/port.h