| Index: components/dom_distiller/core/distillable_page_detector.h
 | 
| diff --git a/components/dom_distiller/core/distillable_page_detector.h b/components/dom_distiller/core/distillable_page_detector.h
 | 
| index fbe36bf88194503e28f26ae0406f49cfa8ef91e9..819e5ff3d2e56b4aabe468a5857358cba9aed836 100644
 | 
| --- a/components/dom_distiller/core/distillable_page_detector.h
 | 
| +++ b/components/dom_distiller/core/distillable_page_detector.h
 | 
| @@ -19,6 +19,7 @@ namespace dom_distiller {
 | 
|  class DistillablePageDetector {
 | 
|   public:
 | 
|    static const DistillablePageDetector* GetDefault();
 | 
| +  static const DistillablePageDetector* GetNewModel();
 | 
|    explicit DistillablePageDetector(scoped_ptr<AdaBoostProto> proto);
 | 
|    ~DistillablePageDetector();
 | 
|  
 | 
| 
 |