Index: components/dom_distiller/core/dom_distiller_service.h |
diff --git a/components/dom_distiller/core/dom_distiller_service.h b/components/dom_distiller/core/dom_distiller_service.h |
index 506cfd8a14c6bdae8c9f773e2a6d9caf1ca65dcf..2e05589d9469c050d624df0943c6c08c089e0b05 100644 |
--- a/components/dom_distiller/core/dom_distiller_service.h |
+++ b/components/dom_distiller/core/dom_distiller_service.h |
@@ -13,8 +13,8 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/memory/weak_ptr.h" |
#include "components/dom_distiller/core/article_entry.h" |
-#include "components/dom_distiller/core/distiller_page.h" |
#include "components/dom_distiller/core/distilled_page_prefs.h" |
nyquist
2014/07/09 23:49:05
Even though this is correct, this seems like unnec
sunangel
2014/07/10 14:31:53
Done.
|
+#include "components/dom_distiller/core/distiller_page.h" |
class GURL; |
@@ -91,7 +91,8 @@ class DomDistillerServiceInterface { |
virtual void AddObserver(DomDistillerObserver* observer) = 0; |
virtual void RemoveObserver(DomDistillerObserver* observer) = 0; |
- // Returns the DistilledPagePrefs owned by the instance of DomDistillerService. |
+ // Returns the DistilledPagePrefs owned by the instance of |
+ // DomDistillerService. |
virtual DistilledPagePrefs* GetDistilledPagePrefs() = 0; |
protected: |