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

Unified Diff: components/drive/file_write_watcher_unittest.cc

Issue 2317993003: //chrome/browser and //components A-E: 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
« no previous file with comments | « components/drive/file_system_unittest.cc ('k') | components/drive/job_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_write_watcher_unittest.cc
diff --git a/components/drive/file_write_watcher_unittest.cc b/components/drive/file_write_watcher_unittest.cc
index 1cc62fb8864d8dbebe2df4940af9f2749b8e3928..23f804856a33e1e344e8c1e367e3afe1424b0f33 100644
--- a/components/drive/file_write_watcher_unittest.cc
+++ b/components/drive/file_write_watcher_unittest.cc
@@ -68,7 +68,7 @@ class FileWriteWatcherTest : public testing::Test {
void SetUp() override { ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); }
base::FilePath GetTempPath(const std::string& name) {
- return temp_dir_.path().Append(name);
+ return temp_dir_.GetPath().Append(name);
}
private:
« no previous file with comments | « components/drive/file_system_unittest.cc ('k') | components/drive/job_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698