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

Unified Diff: base/sys_info_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/sys_info.cc ('k') | base/sys_info_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info_android.cc
diff --git a/base/sys_info_android.cc b/base/sys_info_android.cc
index 4b923d1ac9494b21d40bcafc215651a0cba8f416..cb25cdc51a3817c7fb2e9fc5a96781164ac0c6b8 100644
--- a/base/sys_info_android.cc
+++ b/base/sys_info_android.cc
@@ -5,6 +5,8 @@
#include "base/sys_info.h"
#include <dlfcn.h>
+#include <stddef.h>
+#include <stdint.h>
#include <sys/system_properties.h>
#include "base/android/sys_utils.h"
« no previous file with comments | « base/sys_info.cc ('k') | base/sys_info_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698