| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 466e17b8ad0c8424457aaa5439ade9c96c9e8359..119f0c92c08bdbb2ade5f988ce332f602de266f7 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1117,8 +1117,8 @@ IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, 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(content::kAboutBlankURL),
|
| - content::PAGE_TRANSITION_LINK);
|
| + chrome::NavigateParams params(
|
| + browser(), GURL(url::kAboutBlankURL), content::PAGE_TRANSITION_LINK);
|
| params.disposition = NEW_FOREGROUND_TAB;
|
| ui_test_utils::NavigateToURL(¶ms);
|
|
|
|
|