| 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.
|
|
|