| Index: chrome/browser/history/history_backend_unittest.cc
|
| diff --git a/chrome/browser/history/history_backend_unittest.cc b/chrome/browser/history/history_backend_unittest.cc
|
| index cbf82bf8fd29a89d0ce2b7cb9a3f9cf37572c60c..20beee0162c2199e791cd5f5580aa7aac6a48df9 100644
|
| --- a/chrome/browser/history/history_backend_unittest.cc
|
| +++ b/chrome/browser/history/history_backend_unittest.cc
|
| @@ -3042,7 +3042,8 @@ TEST_F(HistoryBackendTest, RemoveNotification) {
|
| scoped_ptr<HistoryService> service(
|
| new HistoryService(&history_client, profile.get()));
|
| EXPECT_TRUE(
|
| - service->Init(TestHistoryDatabaseParamsForPath(profile->GetPath())));
|
| + service->Init(profile->GetPrefs(),
|
| + TestHistoryDatabaseParamsForPath(profile->GetPath())));
|
|
|
| service->AddPage(
|
| url, base::Time::Now(), NULL, 1, GURL(), RedirectList(),
|
|
|