Fix GCC warning in heap-profile-table.cc.
commit9460c33b35c889740a3dc659eb9c9d1161fd155d
authortnagel <tnagel@chromium.org>
Wed, 17 Jun 2015 12:09:25 +0000 (17 05:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Jun 2015 12:09:54 +0000 (17 12:09 +0000)
tree6c44cd3a988a7e2c5f67624016c6962ddcb45fdc
parentdb8a28cf1603950a2dedda3329d01285a3e317cd
Fix GCC warning in heap-profile-table.cc.

The current code throws the following warning:

../../third_party/tcmalloc/chromium/src/heap-profile-table.cc:522:42: warning:
  format '%lx' expects argument of type 'long unsigned int', but argument 4
  has type 'const void*' [-Wformat=]

BUG=None

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

Cr-Commit-Position: refs/heads/master@{#334813}
third_party/tcmalloc/chromium/src/heap-profile-table.cc