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

Unified Diff: tools/android/heap_profiler/heap_profiler.h

Issue 1549203002: Switch to standard integer types in tools/. (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 | « tools/android/heap_profiler/heap_dump.c ('k') | tools/android/heap_profiler/heap_profiler_hooks_android.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/heap_profiler/heap_profiler.h
diff --git a/tools/android/heap_profiler/heap_profiler.h b/tools/android/heap_profiler/heap_profiler.h
index 491081ded368e01df195b87ecbd6e98ebd4c7c6c..4711f47433695a5e5e91d0124191ad8c24a685ec 100644
--- a/tools/android/heap_profiler/heap_profiler.h
+++ b/tools/android/heap_profiler/heap_profiler.h
@@ -5,7 +5,9 @@
#ifndef TOOLS_ANDROID_HEAP_PROFILER_HEAP_PROFILER_H_
#define TOOLS_ANDROID_HEAP_PROFILER_HEAP_PROFILER_H_
+#include <stddef.h>
#include <stdint.h>
+
#include "third_party/bsdtrees/tree.h"
#define HEAP_PROFILER_MAGIC_MARKER 0x42beef42L
« no previous file with comments | « tools/android/heap_profiler/heap_dump.c ('k') | tools/android/heap_profiler/heap_profiler_hooks_android.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698