Index: content/browser/web_contents/web_contents_impl_browsertest.cc |
diff --git a/content/browser/web_contents/web_contents_impl_browsertest.cc b/content/browser/web_contents/web_contents_impl_browsertest.cc |
index ecbb8963bf569685b72df22e31a1dbd0e435c69c..f3441a240dfa7402c5653c69d6248a2d401db58e 100644 |
--- a/content/browser/web_contents/web_contents_impl_browsertest.cc |
+++ b/content/browser/web_contents/web_contents_impl_browsertest.cc |
@@ -352,7 +352,7 @@ IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, OpenURLSubframe) { |
// Navigate with the subframe's FrameTreeNode ID. |
const GURL url(test_server()->GetURL("files/title1.html")); |
OpenURLParams params(url, Referrer(), frame_tree_node_id, CURRENT_TAB, |
- PAGE_TRANSITION_LINK, true); |
+ ui::PAGE_TRANSITION_LINK, true); |
shell()->web_contents()->OpenURL(params); |
// Make sure the NavigationEntry ends up with the FrameTreeNode ID. |