| Index: base/files/file_util.h
|
| diff --git a/base/files/file_util.h b/base/files/file_util.h
|
| index 5ada35f9a447a3b257dd78ef60bc8d514a0f40db..27d5ff37adaf3323f43a40024d8634462e187d1f 100644
|
| --- a/base/files/file_util.h
|
| +++ b/base/files/file_util.h
|
| @@ -406,7 +406,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const base::FilePath& path);
|
| // the directory |path|, in the number of FilePath::CharType, or -1 on failure.
|
| BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path);
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_AIX)
|
| // Broad categories of file systems as returned by statfs() on Linux.
|
| enum FileSystemType {
|
| FILE_SYSTEM_UNKNOWN, // statfs failed.
|
|
|