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

Unified Diff: content/common/sandbox_mac_diraccess_unittest.mm

Issue 100573002: Move directory creation functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: content/common/sandbox_mac_diraccess_unittest.mm
diff --git a/content/common/sandbox_mac_diraccess_unittest.mm b/content/common/sandbox_mac_diraccess_unittest.mm
index ee109c2f57a595b228ca0a0dbac37e9d9e77763a..6d3ddadb367851b5f40371f9ee87c570d1420cee 100644
--- a/content/common/sandbox_mac_diraccess_unittest.mm
+++ b/content/common/sandbox_mac_diraccess_unittest.mm
@@ -145,7 +145,7 @@ typedef scoped_ptr_malloc<base::FilePath, ScopedDirectoryDelete>
ScopedDirectory;
TEST_F(MacDirAccessSandboxTest, SandboxAccess) {
- using file_util::CreateDirectory;
+ using base::CreateDirectory;
base::FilePath tmp_dir;
ASSERT_TRUE(base::CreateNewTempDirectory(base::FilePath::StringType(),
« no previous file with comments | « content/browser/storage_partition_impl_unittest.cc ('k') | content/renderer/gpu/gpu_benchmarking_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698