| Index: ios/chrome/test/app/sync_test_util.mm
|
| diff --git a/ios/chrome/test/app/sync_test_util.mm b/ios/chrome/test/app/sync_test_util.mm
|
| index 45a4758fd81975b3d5d72cb827b0dfe9693bf12b..cb267afa19ed240767f7f2e582d70b313278e913 100644
|
| --- a/ios/chrome/test/app/sync_test_util.mm
|
| +++ b/ios/chrome/test/app/sync_test_util.mm
|
| @@ -249,7 +249,7 @@ void AddTypedURLOnClient(const GURL& url) {
|
| ios::HistoryServiceFactory::GetForBrowserState(
|
| browser_state, ServiceAccessType::EXPLICIT_ACCESS);
|
|
|
| - historyService->AddPage(url, base::Time::UnixEpoch(), nullptr, 1, GURL(),
|
| + historyService->AddPage(url, base::Time::Now(), nullptr, 1, GURL(),
|
| history::RedirectList(), ui::PAGE_TRANSITION_TYPED,
|
| history::SOURCE_BROWSED, false);
|
| }
|
|
|