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