Chromium Code Reviews| Index: base/platform_file_posix.cc |
| diff --git a/base/platform_file_posix.cc b/base/platform_file_posix.cc |
| index a1388d6c3a426f462b46b57c39e521a6019272e4..91e704e8dcf5793baefdb458fd4c2684de3860fe 100644 |
| --- a/base/platform_file_posix.cc |
| +++ b/base/platform_file_posix.cc |
| @@ -13,6 +13,10 @@ |
| #include "base/logging.h" |
| #include "base/utf_string_conversions.h" |
| +#if defined(OS_ANDROID) |
| +#include "base/os_compat_android.h" |
| +#endif |
| + |
| namespace base { |
| #if defined(OS_OPENBSD) || defined(OS_FREEBSD) || \ |