| Index: components/history/core/browser/history_service_unittest.cc
|
| diff --git a/components/history/core/browser/history_service_unittest.cc b/components/history/core/browser/history_service_unittest.cc
|
| index 483072100ec473e67469496c08f72f7f495480b7..7c72523abe7ff43cbdc1667148fe50eaf4e9701b 100644
|
| --- a/components/history/core/browser/history_service_unittest.cc
|
| +++ b/components/history/core/browser/history_service_unittest.cc
|
| @@ -66,7 +66,7 @@ class HistoryServiceTest : public testing::Test {
|
| // testing::Test
|
| void SetUp() override {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - history_dir_ = temp_dir_.path().AppendASCII("HistoryServiceTest");
|
| + history_dir_ = temp_dir_.GetPath().AppendASCII("HistoryServiceTest");
|
| ASSERT_TRUE(base::CreateDirectory(history_dir_));
|
| history_service_.reset(new history::HistoryService);
|
| if (!history_service_->Init(
|
|
|