Chromium Code Reviews| Index: base/file_util_unittest.cc |
| diff --git a/base/file_util_unittest.cc b/base/file_util_unittest.cc |
| index 8ac10762467ac482698bd6da136c63d16179090f..a2d3e56c1e3b4306c4a70c7a92ba30d60f681ec8 100644 |
| --- a/base/file_util_unittest.cc |
| +++ b/base/file_util_unittest.cc |
| @@ -30,6 +30,10 @@ |
| #include "base/win/scoped_handle.h" |
| #endif |
| +#if defined(OS_ANDROID) |
| +#include <algorithm> |
| +#endif |
| + |
| // This macro helps avoid wrapped lines in the test structs. |
| #define FPL(x) FILE_PATH_LITERAL(x) |