| Index: content/child/web_memory_allocator_dump_impl.cc
|
| diff --git a/content/child/web_memory_allocator_dump_impl.cc b/content/child/web_memory_allocator_dump_impl.cc
|
| index 9201ddf8d680d27f38bb27e8434e1fa5cb89c2a4..af9b57e4d9c691894108df1fd4881badc1fcd66a 100644
|
| --- a/content/child/web_memory_allocator_dump_impl.cc
|
| +++ b/content/child/web_memory_allocator_dump_impl.cc
|
| @@ -19,7 +19,7 @@ WebMemoryAllocatorDumpImpl::~WebMemoryAllocatorDumpImpl() {
|
|
|
| void WebMemoryAllocatorDumpImpl::addScalar(const char* name,
|
| const char* units,
|
| - uint64 value) {
|
| + uint64_t value) {
|
| memory_allocator_dump_->AddScalar(name, units, value);
|
| }
|
|
|
|
|