Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: base/files/file_util.h

Issue 468253002: Move file_util to base/files/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to add forwarding header to patch Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/files/file_unittest.cc ('k') | base/files/file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « base/files/file_unittest.cc ('k') | base/files/file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698