Index: components/dom_distiller/core/distiller.h |
diff --git a/components/dom_distiller/core/distiller.h b/components/dom_distiller/core/distiller.h |
index 648949e2132cee44f637f441acf29d8014aff51b..9adb4bb80b35ff5a0fd87eff36cf2f81e67a04b1 100644 |
--- a/components/dom_distiller/core/distiller.h |
+++ b/components/dom_distiller/core/distiller.h |
@@ -107,10 +107,11 @@ class DistillerImpl : public Distiller { |
const std::string& id, |
const std::string& response); |
- void OnPageDistillationFinished(int page_num, |
- const GURL& page_url, |
- scoped_ptr<DistilledPageInfo> distilled_page, |
- bool distillation_successful); |
+ void OnPageDistillationFinished( |
+ int page_num, |
+ const GURL& page_url, |
+ scoped_ptr<proto::DomDistillerResult> distilled_page, |
+ bool distillation_successful); |
virtual void FetchImage(int page_num, |
const std::string& image_id, |