Index: components/dom_distiller/core/distiller.h |
diff --git a/components/dom_distiller/core/distiller.h b/components/dom_distiller/core/distiller.h |
index 9e0eb8405c90ab8cd0fbf737624d31742560a2de..106967b760ee8cdf702529669a5621dba5a18a60 100644 |
--- a/components/dom_distiller/core/distiller.h |
+++ b/components/dom_distiller/core/distiller.h |
@@ -91,7 +91,6 @@ class DistillerImpl : public Distiller { |
virtual ~DistilledPageData(); |
// Relative page number of the page. |
int page_num; |
- std::string title; |
ScopedVector<DistillerURLFetcher> image_fetchers_; |
scoped_refptr<base::RefCountedData<DistilledPageProto> > |
distilled_page_proto; |