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

Unified Diff: content/child/web_memory_dump_provider_adapter.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.cc ('k') | content/child/web_process_memory_dump_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_memory_dump_provider_adapter.cc
diff --git a/content/child/web_memory_dump_provider_adapter.cc b/content/child/web_memory_dump_provider_adapter.cc
index f26c1268fcf1cdc8ec295b8ff2775a96f108c675..860424c0f3725d0440520b779b2218e8adb3c6fe 100644
--- a/content/child/web_memory_dump_provider_adapter.cc
+++ b/content/child/web_memory_dump_provider_adapter.cc
@@ -4,6 +4,8 @@
#include "content/child/web_memory_dump_provider_adapter.h"
+#include <stddef.h>
+
#include "base/containers/hash_tables.h"
#include "base/lazy_instance.h"
#include "base/synchronization/lock.h"
« no previous file with comments | « content/child/web_memory_allocator_dump_impl.cc ('k') | content/child/web_process_memory_dump_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698