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

Unified Diff: content/browser/renderer_host/pepper/quota_reservation_unittest.cc

Issue 2316043002: //content: 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: content/browser/renderer_host/pepper/quota_reservation_unittest.cc
diff --git a/content/browser/renderer_host/pepper/quota_reservation_unittest.cc b/content/browser/renderer_host/pepper/quota_reservation_unittest.cc
index b25cd61002b2910185a95d3e58c82555e4c637ec..7bed096cc039a51e4e895c39c477e5cf522bc240 100644
--- a/content/browser/renderer_host/pepper/quota_reservation_unittest.cc
+++ b/content/browser/renderer_host/pepper/quota_reservation_unittest.cc
@@ -90,7 +90,7 @@ class QuotaReservationTest : public testing::Test {
}
base::FilePath MakeFilePath(const base::FilePath::StringType& file_name) {
- return work_dir_.path().Append(file_name);
+ return work_dir_.GetPath().Append(file_name);
}
storage::FileSystemURL MakeFileSystemURL(
« no previous file with comments | « content/browser/quota/storage_monitor_unittest.cc ('k') | content/browser/service_worker/service_worker_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698