Move the rest of test_file_util to base namespace.

R=rvargas@chromium.org

Review URL: https://codereview.chromium.org/444163003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288158 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 92be8eb69a70860ef270e598dac0c11cb1b4dac4
diff --git a/base/file_util_unittest.cc b/base/file_util_unittest.cc
index 239563d..eb88ba8 100644
--- a/base/file_util_unittest.cc
+++ b/base/file_util_unittest.cc
@@ -528,8 +528,8 @@
   // network file systems. E.g. AFS).
   FilePath access_test_dir = long_test_dir.Append(kTestSubDirName);
   ASSERT_TRUE(CreateDirectory(access_test_dir));
-  file_util::PermissionRestorer long_test_dir_restorer(long_test_dir);
-  ASSERT_TRUE(file_util::MakeFileUnreadable(long_test_dir));
+  base::FilePermissionRestorer long_test_dir_restorer(long_test_dir);
+  ASSERT_TRUE(base::MakeFileUnreadable(long_test_dir));
 
   // Use the short form of the directory to create a temporary filename.
   ASSERT_TRUE(CreateTemporaryFileInDir(
@@ -2521,7 +2521,7 @@
 
   // Insert the image into MediaStore. MediaStore will do some conversions, and
   // return the content URI.
-  FilePath path = file_util::InsertImageIntoMediaStore(image_file);
+  FilePath path = base::InsertImageIntoMediaStore(image_file);
   EXPECT_TRUE(path.IsContentUri());
   EXPECT_TRUE(PathExists(path));
   // The file size may not equal to the input image as MediaStore may convert