| Index: base/files/important_file_writer_unittest.cc
|
| diff --git a/base/files/important_file_writer_unittest.cc b/base/files/important_file_writer_unittest.cc
|
| index 43e051ebcfadf108e3a244420c5a01d5397396a9..6b5e32d85f43f6b8a2dfc5dc2d307baf99626690 100644
|
| --- a/base/files/important_file_writer_unittest.cc
|
| +++ b/base/files/important_file_writer_unittest.cc
|
| @@ -88,7 +88,7 @@ class ImportantFileWriterTest : public testing::Test {
|
| ImportantFileWriterTest() { }
|
| void SetUp() override {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - file_ = temp_dir_.path().AppendASCII("test-file");
|
| + file_ = temp_dir_.GetPath().AppendASCII("test-file");
|
| }
|
|
|
| protected:
|
|
|