Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."

> Remove all uses of GG_LONGLONG and GG_ULONGLONG.
> 
> 123LL and 123ULL now work everywhere. You can also use INT64_C and
> UINT64_C (from <stdint.h>) in Chromium code (we force-define
> __STDC_CONSTANT_MACROS). (And sometimes you can just use
> static_cast<(u)int64_t>.)
> 
> Don't remove their definitions yet, because some macros that are
> multiply-defined (in an identical way) rely on them. D'oh.
> 
> R=brettw@chromium.org
> TBR=sky@chromium.org,satorux@chromium.org,vrk@chromium.org,rch@chromium.org,shess@chromium.org
> 
> Review URL: https://codereview.chromium.org/218953003

TBR=viettrungluu@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262165 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 8120ab190f48accf55af503b9eda73b52fc4a8e7
3 files changed
tree: 1069d13d7bc267e0c4bae593589c2a793e139605
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/