| Index: components/dom_distiller/webui/dom_distiller_handler.cc
|
| diff --git a/components/dom_distiller/webui/dom_distiller_handler.cc b/components/dom_distiller/webui/dom_distiller_handler.cc
|
| index 0c3516732d72902a3d9029a14f7c10b101ff251f..d70dce4798c79d2d96049b17d41782a226505a89 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_handler.cc
|
| +++ b/components/dom_distiller/webui/dom_distiller_handler.cc
|
| @@ -80,7 +80,7 @@ void DomDistillerHandler::HandleViewUrl(const base::ListValue* args) {
|
| web_ui()->GetWebContents()->GetController().LoadURL(
|
| view_url,
|
| content::Referrer(),
|
| - content::PAGE_TRANSITION_GENERATED,
|
| + ui::PAGE_TRANSITION_GENERATED,
|
| std::string());
|
| } else {
|
| web_ui()->CallJavascriptFunction("domDistiller.onViewUrlFailed");
|
| @@ -96,7 +96,7 @@ void DomDistillerHandler::HandleSelectArticle(const base::ListValue* args) {
|
| web_ui()->GetWebContents()->GetController().LoadURL(
|
| url,
|
| content::Referrer(),
|
| - content::PAGE_TRANSITION_GENERATED,
|
| + ui::PAGE_TRANSITION_GENERATED,
|
| std::string());
|
| }
|
|
|
|
|