| Index: components/history/core/browser/history_backend_unittest.cc
|
| diff --git a/components/history/core/browser/history_backend_unittest.cc b/components/history/core/browser/history_backend_unittest.cc
|
| index b8cd5d9647d94c61e8ef8071faf7fc712d528ef5..8f4b22f2d645616981efdf0bb5818d9c72e6d6d8 100644
|
| --- a/components/history/core/browser/history_backend_unittest.cc
|
| +++ b/components/history/core/browser/history_backend_unittest.cc
|
| @@ -3556,8 +3556,8 @@ TEST_F(HistoryBackendTest, RemoveNotification) {
|
| std::unique_ptr<HistoryService> service(
|
| new HistoryService(base::WrapUnique(new HistoryClientFakeBookmarks),
|
| std::unique_ptr<history::VisitDelegate>()));
|
| - EXPECT_TRUE(
|
| - service->Init(TestHistoryDatabaseParamsForPath(scoped_temp_dir.path())));
|
| + EXPECT_TRUE(service->Init(
|
| + TestHistoryDatabaseParamsForPath(scoped_temp_dir.GetPath())));
|
|
|
| service->AddPage(
|
| url, base::Time::Now(), NULL, 1, GURL(), RedirectList(),
|
|
|