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

Unified Diff: webkit/common/blob/shareable_file_reference_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 | « webkit/browser/database/vfs_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/blob/shareable_file_reference_unittest.cc
diff --git a/webkit/common/blob/shareable_file_reference_unittest.cc b/webkit/common/blob/shareable_file_reference_unittest.cc
index bbbe7740cd009bd81e3e29c7d4da09cefaf6be43..5d6fc41a996b7e3c1f234a83a521a5ded1cbbfb7 100644
--- a/webkit/common/blob/shareable_file_reference_unittest.cc
+++ b/webkit/common/blob/shareable_file_reference_unittest.cc
@@ -21,7 +21,7 @@ TEST(ShareableFileReferenceTest, TestReferences) {
// Create a file.
base::FilePath file;
- file_util::CreateTemporaryFileInDir(temp_dir.path(), &file);
+ base::CreateTemporaryFileInDir(temp_dir.path(), &file);
EXPECT_TRUE(base::PathExists(file));
// Create a first reference to that file.
« no previous file with comments | « webkit/browser/database/vfs_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698