| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| ===================================================================
|
| --- chrome/test/ppapi/ppapi_browsertest.cc (revision 276109)
|
| +++ chrome/test/ppapi/ppapi_browsertest.cc (working copy)
|
| @@ -1117,8 +1117,8 @@
|
|
|
| // 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);
|
|
|
|
|