| 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 045ca051c43d3f3ab60dfce261bbf101ba456279..b0a3897a223b8426bb75b17347cbbe675e6201d9 100644
|
| --- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| @@ -160,8 +160,8 @@ void AddToHistory(HistoryService* service,
|
| NULL, // scope
|
| 1234, // page_id
|
| GURL(), // referrer
|
| - transition,
|
| history::RedirectList(),
|
| + transition,
|
| source,
|
| false);
|
| service->SetPageTitle(url, ASCIIToUTF16(url.spec() + " - title"));
|
|
|