| Index: components/dom_distiller/core/distiller.h
|
| diff --git a/components/dom_distiller/core/distiller.h b/components/dom_distiller/core/distiller.h
|
| index 8196757d959a029d7b9d70802724adf58e41de77..957900616aa8777bff2894085105d419be57045b 100644
|
| --- a/components/dom_distiller/core/distiller.h
|
| +++ b/components/dom_distiller/core/distiller.h
|
| @@ -92,7 +92,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;
|
|
|