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

Unified Diff: tools/android/heap_profiler/heap_profiler_hooks_android.c

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
Index: tools/android/heap_profiler/heap_profiler_hooks_android.c
diff --git a/tools/android/heap_profiler/heap_profiler_hooks_android.c b/tools/android/heap_profiler/heap_profiler_hooks_android.c
index 1480780a57e19a2f2f43faa70ff4554005297f0d..af102ec1f951aaa0f8bd702623571ae108ff0550 100644
--- a/tools/android/heap_profiler/heap_profiler_hooks_android.c
+++ b/tools/android/heap_profiler/heap_profiler_hooks_android.c
@@ -6,6 +6,8 @@
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
« no previous file with comments | « tools/android/heap_profiler/heap_profiler.h ('k') | tools/android/heap_profiler/heap_profiler_integrationtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698