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

Unified Diff: components/visitedlink/test/visitedlink_perftest.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 | « components/nacl/browser/pnacl_host.cc ('k') | content/browser/download/base_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/visitedlink/test/visitedlink_perftest.cc
diff --git a/components/visitedlink/test/visitedlink_perftest.cc b/components/visitedlink/test/visitedlink_perftest.cc
index a527c344706bfc348b10bd352c8f530db7fde65c..24ddf054a65b7f4a2f5ec482d7bb718327b94dce 100644
--- a/components/visitedlink/test/visitedlink_perftest.cc
+++ b/components/visitedlink/test/visitedlink_perftest.cc
@@ -65,7 +65,7 @@ class VisitedLink : public testing::Test {
protected:
base::FilePath db_path_;
virtual void SetUp() {
- ASSERT_TRUE(file_util::CreateTemporaryFile(&db_path_));
+ ASSERT_TRUE(base::CreateTemporaryFile(&db_path_));
}
virtual void TearDown() {
base::DeleteFile(db_path_, false);
« no previous file with comments | « components/nacl/browser/pnacl_host.cc ('k') | content/browser/download/base_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698