Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1160)

Unified Diff: content/child/web_memory_allocator_dump_impl.cc

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/web_memory_allocator_dump_impl.h ('k') | content/child/web_memory_dump_provider_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « content/child/web_memory_allocator_dump_impl.h ('k') | content/child/web_memory_dump_provider_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698