| Index: components/history/core/browser/history_querying_unittest.cc
|
| diff --git a/components/history/core/browser/history_querying_unittest.cc b/components/history/core/browser/history_querying_unittest.cc
|
| index f1c3500db3649771be0cf5f798f372d370bacd0b..f26a5d50d4ef1a2e036dd37429ebed81d838defd 100644
|
| --- a/components/history/core/browser/history_querying_unittest.cc
|
| +++ b/components/history/core/browser/history_querying_unittest.cc
|
| @@ -165,8 +165,7 @@ class HistoryQueryTest : public testing::Test {
|
| ASSERT_TRUE(base::CreateDirectory(history_dir_));
|
|
|
| history_.reset(new HistoryService);
|
| - if (!history_->Init(std::string(),
|
| - TestHistoryDatabaseParamsForPath(history_dir_))) {
|
| + if (!history_->Init(TestHistoryDatabaseParamsForPath(history_dir_))) {
|
| history_.reset(); // Tests should notice this NULL ptr & fail.
|
| return;
|
| }
|
|
|