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

Unified Diff: components/drive/file_system/operation_test_base.h

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/drive_uploader_unittest.cc ('k') | components/drive/file_system/operation_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_system/operation_test_base.h
diff --git a/components/drive/file_system/operation_test_base.h b/components/drive/file_system/operation_test_base.h
index d60ec9f7354fd34556f9dea14e37c9b478864027..3b2da8bcd2eab2ceab6b9df5a273c514cd73b17f 100644
--- a/components/drive/file_system/operation_test_base.h
+++ b/components/drive/file_system/operation_test_base.h
@@ -98,7 +98,7 @@ class OperationTestBase : public testing::Test {
void SetUp() override;
// Returns the path of the temporary directory for putting test files.
- base::FilePath temp_dir() const { return temp_dir_.path(); }
+ base::FilePath temp_dir() const { return temp_dir_.GetPath(); }
// Synchronously gets the resource entry corresponding to the path from local
// ResourceMetadta.
« no previous file with comments | « components/drive/drive_uploader_unittest.cc ('k') | components/drive/file_system/operation_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698