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

Unified Diff: base/android/linker/linker_jni.h

Issue 1543293003: Switch to standard integer types in base/android/. (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 | « base/android/linker/legacy_linker_jni.cc ('k') | base/android/linker/modern_linker_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/linker/linker_jni.h
diff --git a/base/android/linker/linker_jni.h b/base/android/linker/linker_jni.h
index b5701455055e65287beb39ebb42cd0da11f3214a..4a8811597da70dd895f5d7b4befb6a99d274f210 100644
--- a/base/android/linker/linker_jni.h
+++ b/base/android/linker/linker_jni.h
@@ -18,6 +18,7 @@
#include <android/log.h>
#include <jni.h>
+#include <stddef.h>
#include <stdlib.h>
// Set this to 1 to enable debug traces to the Android log.
« no previous file with comments | « base/android/linker/legacy_linker_jni.cc ('k') | base/android/linker/modern_linker_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698