X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fdom_distiller%2Fdom_distiller_viewer_source_browsertest.cc;h=4912f6cb5f012164a55ab037e7a1d51ae476dbbc;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=20a5aefe07311a63a21e576dd4adb49407ac5c2e;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc b/src/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc index 20a5aef..4912f6c 100644 --- a/src/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc +++ b/src/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc @@ -255,7 +255,7 @@ IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest, // Navigate to a URL and wait for the distiller to flush contents to the page. GURL url(dom_distiller::url_utils::GetDistillerViewUrlFromUrl( kDomDistillerScheme, GURL("http://urlthatlooksvalid.com"))); - chrome::NavigateParams params(browser(), url, content::PAGE_TRANSITION_TYPED); + chrome::NavigateParams params(browser(), url, ui::PAGE_TRANSITION_TYPED); chrome::Navigate(¶ms); distillation_done_runner->Run();