| Index: chrome/browser/history/history_querying_unittest.cc
|
| diff --git a/chrome/browser/history/history_querying_unittest.cc b/chrome/browser/history/history_querying_unittest.cc
|
| index 41a4d55d1b4094d308796b293a39f5b8534bedc5..123eb206b8608f69ce891e4fb52b6e0a8b4be789 100644
|
| --- a/chrome/browser/history/history_querying_unittest.cc
|
| +++ b/chrome/browser/history/history_querying_unittest.cc
|
| @@ -163,7 +163,7 @@ class HistoryQueryTest : public testing::Test {
|
| ASSERT_TRUE(base::CreateDirectory(history_dir_));
|
|
|
| history_.reset(new HistoryService);
|
| - if (!history_->Init(history_dir_, NULL)) {
|
| + if (!history_->Init(history_dir_)) {
|
| history_.reset(); // Tests should notice this NULL ptr & fail.
|
| return;
|
| }
|
|
|