Index: components/dom_distiller/content/distiller_page_web_contents_browsertest.cc |
diff --git a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc |
index 612483c194997047a72704e835be6b12f86026de..dd05632dc2d4e8035b8eed9b34ae529d10b15bf1 100644 |
--- a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc |
+++ b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc |
@@ -140,7 +140,7 @@ class WebContentsMainFrameHelper : public content::WebContentsObserver { |
virtual void DidCommitProvisionalLoadForFrame( |
content::RenderFrameHost* render_frame_host, |
const GURL& url, |
- content::PageTransition transition_type) OVERRIDE { |
+ ui::PageTransition transition_type) OVERRIDE { |
if (wait_for_document_loaded_) |
return; |
if (!render_frame_host->GetParent()) |
@@ -332,7 +332,7 @@ void DistillerPageWebContentsTest::RunUseCurrentWebContentsTest( |
current_web_contents->GetController().LoadURL( |
embedded_test_server()->GetURL(url), |
content::Referrer(), |
- content::PAGE_TRANSITION_TYPED, |
+ ui::PAGE_TRANSITION_TYPED, |
std::string()); |
url_loaded_runner.Run(); |