Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: components/dom_distiller/core/dom_distiller_service.h

Issue 340403004: Java wrapper for DistilledPagePrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting changes, added test Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698