| Index: base/file_util_posix.cc
|
| diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc
|
| index 56dc8501521294ae2e5c4961bad39cb6f40222fc..f198f44f068e65f908ffb5c8719eb142613a29f1 100644
|
| --- a/base/file_util_posix.cc
|
| +++ b/base/file_util_posix.cc
|
| @@ -58,8 +58,7 @@ namespace file_util {
|
|
|
| namespace {
|
|
|
| -#if defined(OS_BSD) || defined(OS_IOS) || (defined(OS_MACOSX) && \
|
| - MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5)
|
| +#if defined(OS_BSD) || defined(OS_MACOSX)
|
| typedef struct stat stat_wrapper_t;
|
| static int CallStat(const char *path, stat_wrapper_t *sb) {
|
| base::ThreadRestrictions::AssertIOAllowed();
|
|
|