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

Unified Diff: base/os_compat_android.cc

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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/observer_list_threadsafe.h ('k') | base/path_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/os_compat_android.cc
diff --git a/base/os_compat_android.cc b/base/os_compat_android.cc
index b2756b2b2264dd44a35afb30c9ddfa4e21f8594a..1eb6536bb1eee577b1ec09ef7f6011b642de3031 100644
--- a/base/os_compat_android.cc
+++ b/base/os_compat_android.cc
@@ -6,6 +6,7 @@
#include <asm/unistd.h>
#include <errno.h>
+#include <limits.h>
#include <math.h>
#include <sys/stat.h>
#include <sys/syscall.h>
« no previous file with comments | « base/observer_list_threadsafe.h ('k') | base/path_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698