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

Unified Diff: components/upload_list/upload_list_unittest.cc

Issue 2321453002: c/browser, c/common, components S-W: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 months 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: components/upload_list/upload_list_unittest.cc
diff --git a/components/upload_list/upload_list_unittest.cc b/components/upload_list/upload_list_unittest.cc
index 76a958d054188426e7ac23e9e334462d87c807cf..abbad10f481dacfb2143625fd89e52fc37c173f3 100644
--- a/components/upload_list/upload_list_unittest.cc
+++ b/components/upload_list/upload_list_unittest.cc
@@ -57,7 +57,7 @@ class UploadListTest : public testing::Test,
return worker_pool_owner_.pool();
}
base::FilePath log_path() {
- return temp_dir_.path().Append(FILE_PATH_LITERAL("uploads.log"));
+ return temp_dir_.GetPath().Append(FILE_PATH_LITERAL("uploads.log"));
}
private:
« no previous file with comments | « components/update_client/component_patcher_unittest.cc ('k') | components/url_formatter/url_fixer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698