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 b98ca7f061bd52a2ef0bf25b793a4ae139bf3ca5..123fe68a01137a2721660392386ede5913325c32 100644 |
--- a/components/dom_distiller/core/distillable_page_detector.h |
+++ b/components/dom_distiller/core/distillable_page_detector.h |
@@ -14,6 +14,7 @@ namespace dom_distiller { |
class DistillablePageDetector { |
public: |
+ static const DistillablePageDetector* GetDefault(); |
explicit DistillablePageDetector(scoped_ptr<AdaBoostProto> proto); |
~DistillablePageDetector(); |
bool Classify(const std::vector<double>& features) const; |