| Index: base/file_util_linux.cc
|
| diff --git a/base/file_util_linux.cc b/base/file_util_linux.cc
|
| index f7d4f6efd04db6d6c2cdcf232d44d8ed526b09d9..cee25264f2f2019a6598ae82546cddf4fbb9b6cc 100644
|
| --- a/base/file_util_linux.cc
|
| +++ b/base/file_util_linux.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace file_util {
|
|
|
| -bool GetFileSystemType(const FilePath& path, FileSystemType* type) {
|
| +bool GetFileSystemType(const base::FilePath& path, FileSystemType* type) {
|
| struct statfs statfs_buf;
|
| if (statfs(path.value().c_str(), &statfs_buf) < 0) {
|
| if (errno == ENOENT)
|
|
|