| Index: base/files/file_util.h
|
| diff --git a/base/file_util.h b/base/files/file_util.h
|
| similarity index 99%
|
| copy from base/file_util.h
|
| copy to base/files/file_util.h
|
| index ab1432d779146113561b7d89aab775056e3571be..feebeed919697e3ec12c231f63a60868eb1b0a7a 100644
|
| --- a/base/file_util.h
|
| +++ b/base/files/file_util.h
|
| @@ -5,8 +5,8 @@
|
| // This file contains utility functions for dealing with the local
|
| // filesystem.
|
|
|
| -#ifndef BASE_FILE_UTIL_H_
|
| -#define BASE_FILE_UTIL_H_
|
| +#ifndef BASE_FILES_FILE_UTIL_H_
|
| +#define BASE_FILES_FILE_UTIL_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -436,4 +436,4 @@ BASE_EXPORT bool CopyAndDeleteDirectory(const FilePath& from_path,
|
| } // namespace internal
|
| } // namespace base
|
|
|
| -#endif // BASE_FILE_UTIL_H_
|
| +#endif // BASE_FILES_FILE_UTIL_H_
|
|
|