dbus: Use INT64_C macro from stdint.h.
commit689b7ac0388af7501f7adbd0b84edd71b25e0209
authortfarina <tfarina@chromium.org>
Mon, 20 Apr 2015 20:35:20 +0000 (20 13:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Apr 2015 20:35:22 +0000 (20 20:35 +0000)
treec47a9cf29a241935034928b3972943dbddfaf3a5
parent846f959fc2b252ab33d3e9998705ebc7311ea70a
dbus: Use INT64_C macro from stdint.h.

Looks like GG_(U)INTn_C macros are deprecated (see base/port.h TODO), so we
updated this to use the version from the standard library instead.

BUG=None
TEST=dbus_unittests
R=keybuk@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#325903}
dbus/message_unittest.cc