| Index: chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| index c754985269f3799c92b1954918bd878b1daebf59..1aa615e1a2e6b8ed279a573c8d39299778491b94 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| @@ -100,7 +100,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientTypedUrlsSyncTest, DeleteNonTyped) {
|
|
|
| GURL new_url(kSanityHistoryUrl);
|
| // Add a non-typed URL.
|
| - AddUrlToHistoryWithTransition(0, new_url, content::PAGE_TRANSITION_LINK,
|
| + AddUrlToHistoryWithTransition(0, new_url, ui::PAGE_TRANSITION_LINK,
|
| history::SOURCE_BROWSED);
|
|
|
| urls = GetTypedUrlsFromClient(0);
|
|
|