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

Unified Diff: base/android/linker/legacy_linker_jni.cc

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/library_loader/library_prefetcher_unittest.cc ('k') | base/android/linker/linker_jni.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/linker/legacy_linker_jni.cc
diff --git a/base/android/linker/legacy_linker_jni.cc b/base/android/linker/legacy_linker_jni.cc
index 49570ffe7afac15267ae3a3e470a46b44d83989e..8fe42b7e0419ebe555ca7c5268a1a4d33ae3e180 100644
--- a/base/android/linker/legacy_linker_jni.cc
+++ b/base/android/linker/legacy_linker_jni.cc
@@ -14,6 +14,7 @@
#include <fcntl.h>
#include <jni.h>
#include <limits.h>
+#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>
« no previous file with comments | « base/android/library_loader/library_prefetcher_unittest.cc ('k') | base/android/linker/linker_jni.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698