| Index: components/dom_distiller/content/distiller_page_web_contents.h
|
| diff --git a/components/dom_distiller/content/distiller_page_web_contents.h b/components/dom_distiller/content/distiller_page_web_contents.h
|
| index 65694fff7815ae3c5a7d542f1c61e914e3e6d420..426bc2e52d635dcc7af1c638d9327b15b6530cbf 100644
|
| --- a/components/dom_distiller/content/distiller_page_web_contents.h
|
| +++ b/components/dom_distiller/content/distiller_page_web_contents.h
|
| @@ -52,7 +52,7 @@ class DistillerPageWebContents : public DistillerPage,
|
| const GURL& validated_url,
|
| bool is_main_frame,
|
| int error_code,
|
| - const string16& error_description,
|
| + const base::string16& error_description,
|
| RenderViewHost* render_view_host) OVERRIDE;
|
|
|
| protected:
|
|
|