Index: net/log/bounded_file_net_log_observer_unittest.cc |
diff --git a/net/log/bounded_file_net_log_observer_unittest.cc b/net/log/bounded_file_net_log_observer_unittest.cc |
index eb1b68ceb8588a9a0f591d0a7ea1e9fb92d18054..1fbaa8e55961718ed0f65c3393bcafefc96eb0b8 100644 |
--- a/net/log/bounded_file_net_log_observer_unittest.cc |
+++ b/net/log/bounded_file_net_log_observer_unittest.cc |
@@ -50,7 +50,7 @@ class BoundedFileNetLogObserverTest : public testing::Test { |
public: |
void SetUp() override { |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
- log_path_ = temp_dir_.path(); |
+ log_path_ = temp_dir_.GetPath(); |
file_thread_.reset(new base::Thread("NetLog File Thread")); |
file_thread_->StartWithOptions( |
base::Thread::Options(base::MessageLoop::TYPE_DEFAULT, 0)); |