| Index: net/log/write_to_file_net_log_observer_unittest.cc
|
| diff --git a/net/log/write_to_file_net_log_observer_unittest.cc b/net/log/write_to_file_net_log_observer_unittest.cc
|
| index 67f410abffce9ee2a8f76b762953568ab6a01b2a..dc134821b7949cc4f78b93b5e11b7a6e5b56ff21 100644
|
| --- a/net/log/write_to_file_net_log_observer_unittest.cc
|
| +++ b/net/log/write_to_file_net_log_observer_unittest.cc
|
| @@ -30,7 +30,7 @@ class WriteToFileNetLogObserverTest : public testing::Test {
|
| public:
|
| void SetUp() override {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - log_path_ = temp_dir_.path().AppendASCII("NetLogFile");
|
| + log_path_ = temp_dir_.GetPath().AppendASCII("NetLogFile");
|
| }
|
|
|
| protected:
|
|
|