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

Unified Diff: base/files/file_util_unittest.cc

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_util_proxy_unittest.cc ('k') | base/files/file_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/file_util_unittest.cc
diff --git a/base/file_util_unittest.cc b/base/files/file_util_unittest.cc
similarity index 99%
rename from base/file_util_unittest.cc
rename to base/files/file_util_unittest.cc
index eb88ba83459d2e54efddf5076240752a4e30be45..e085aefa12189e923184ed5679086e1890295be6 100644
--- a/base/file_util_unittest.cc
+++ b/base/files/file_util_unittest.cc
@@ -24,9 +24,9 @@
#include <vector>
#include "base/base_paths.h"
-#include "base/file_util.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
@@ -52,8 +52,8 @@ namespace base {
namespace {
-// To test that file_util::Normalize FilePath() deals with NTFS reparse points
-// correctly, we need functions to create and delete reparse points.
+// To test that NormalizeFilePath() deals with NTFS reparse points correctly,
+// we need functions to create and delete reparse points.
#if defined(OS_WIN)
typedef struct _REPARSE_DATA_BUFFER {
ULONG ReparseTag;
« no previous file with comments | « base/files/file_util_proxy_unittest.cc ('k') | base/files/file_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698