| Index: chrome/browser/search/search_unittest.cc
|
| diff --git a/chrome/browser/search/search_unittest.cc b/chrome/browser/search/search_unittest.cc
|
| index 0326078de95aea0fe5ad782f86fb7083a40d7fc2..ad923b4a5221a34a5d7e091000bf89e47dff606f 100644
|
| --- a/chrome/browser/search/search_unittest.cc
|
| +++ b/chrome/browser/search/search_unittest.cc
|
| @@ -291,7 +291,7 @@ TEST_F(SearchTest, ProcessIsolation_RendererInitiated) {
|
| content::NavigationController::LoadURLParams load_params(
|
| GURL(test.end_url));
|
| load_params.is_renderer_initiated = true;
|
| - load_params.transition_type = content::PAGE_TRANSITION_LINK;
|
| + load_params.transition_type = ui::PAGE_TRANSITION_LINK;
|
|
|
| controller->LoadURLWithParams(load_params);
|
| CommitPendingLoad(controller);
|
| @@ -356,7 +356,7 @@ TEST_F(SearchTest, InstantNTPCustomNavigationEntry) {
|
| controller.SetTransientEntry(
|
| controller.CreateNavigationEntry(GURL("chrome://blank"),
|
| content::Referrer(),
|
| - content::PAGE_TRANSITION_LINK,
|
| + ui::PAGE_TRANSITION_LINK,
|
| false,
|
| std::string(),
|
| contents->GetBrowserContext()));
|
|
|