commit | 51ba3e6902ecd7284d3be51db648127d1be2187f | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Sat Dec 26 17:30:50 2015 |
committer | Commit bot <[email protected]> | Sat Dec 26 17:32:10 2015 |
tree | 368c5fca978f6e804d5774b22a9bd2c07eff1fc8 | |
parent | 0d65fb8a06f3ab6e5c309e378e12640a2906af66 [diff] [blame] |
Clean up header files. BUG=138542 [email protected] NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1544283002 Cr-Commit-Position: refs/heads/master@{#366903}
diff --git a/base/base_paths_android.cc b/base/base_paths_android.cc index 56c6cc70..ca58179 100644 --- a/base/base_paths_android.cc +++ b/base/base_paths_android.cc
@@ -5,6 +5,7 @@ // Defines base::PathProviderAndroid which replaces base::PathProviderPosix for // Android in base/path_service.cc. +#include <limits.h> #include <unistd.h> #include "base/android/jni_android.h"