| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 82f12a890e04ead33b35a7faa671682a845a44e5..0c80b239753d556963cd09f332b448b780353804 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1115,7 +1115,7 @@ TEST_PPAPI_NACL(View_CreatedVisible);
|
| IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, View_CreateInvisible) {
|
| // Make a second tab in the foreground.
|
| GURL url = GetTestFileUrl("View_CreatedInvisible");
|
| - chrome::NavigateParams params(browser(), url, content::PAGE_TRANSITION_LINK);
|
| + chrome::NavigateParams params(browser(), url, ui::PAGE_TRANSITION_LINK);
|
| params.disposition = NEW_BACKGROUND_TAB;
|
| ui_test_utils::NavigateToURL(¶ms);
|
| }
|
| @@ -1138,7 +1138,7 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, DISABLED_View_PageHideShow) {
|
| // Make a new tab to cause the original one to hide, this should trigger the
|
| // next phase of the test.
|
| chrome::NavigateParams params(
|
| - browser(), GURL(url::kAboutBlankURL), content::PAGE_TRANSITION_LINK);
|
| + browser(), GURL(url::kAboutBlankURL), ui::PAGE_TRANSITION_LINK);
|
| params.disposition = NEW_FOREGROUND_TAB;
|
| ui_test_utils::NavigateToURL(¶ms);
|
|
|
|
|