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

Unified Diff: extensions/common/file_util_unittest.cc

Issue 99923002: Move temp file 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
« no previous file with comments | « courgette/memory_allocator.cc ('k') | net/base/file_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/file_util_unittest.cc
diff --git a/extensions/common/file_util_unittest.cc b/extensions/common/file_util_unittest.cc
index 9ca883cc73a915fd88366d262e873a33c46fd38c..04afe8982318acbd1072d6e930b01866de0eff23 100644
--- a/extensions/common/file_util_unittest.cc
+++ b/extensions/common/file_util_unittest.cc
@@ -56,7 +56,7 @@ TEST_F(FileUtilTest, ExtensionURLToRelativeFilePath) {
TEST_F(FileUtilTest, ExtensionResourceURLToFilePath) {
// Setup filesystem for testing.
base::FilePath root_path;
- ASSERT_TRUE(file_util::CreateNewTempDirectory(
+ ASSERT_TRUE(base::CreateNewTempDirectory(
base::FilePath::StringType(), &root_path));
root_path = base::MakeAbsoluteFilePath(root_path);
ASSERT_FALSE(root_path.empty());
« no previous file with comments | « courgette/memory_allocator.cc ('k') | net/base/file_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698