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

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: Rebase 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/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.

Powered by Google App Engine
This is Rietveld 408576698