| 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 19f8e4c28f24a6643a07186095dfb9a48eee4c56..b9c182ea0599064914335bc916278d7350f0348e 100644
|
| --- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| @@ -124,6 +124,7 @@ void AddToHistory(HistoryService* service,
|
| history::RedirectList(),
|
| source,
|
| false);
|
| + service->SetPageTitle(url, ASCIIToUTF16(url.spec() + " - title"));
|
| }
|
|
|
| std::vector<history::URLRow> GetTypedUrlsFromHistoryService(
|
|
|