| Index: chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.cc b/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| index 796212ed721f4342632d5489e5d6625e095f25cf..eff97562318c9f61927dc63df4030113fa1039db 100644
|
| --- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| @@ -171,7 +171,7 @@ void AddToHistory(history::HistoryService* service,
|
| nullptr, // scope
|
| 1234, // nav_entry_id
|
| GURL(), // referrer
|
| - history::RedirectList(), transition, source, false);
|
| + history::RedirectList(), transition, source, base::nullopt);
|
| }
|
|
|
| history::URLRows GetTypedUrlsFromHistoryService(
|
|
|