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

Unified Diff: components/dom_distiller/core/reader_mode_preferences.cc

Issue 340403004: Java wrapper for DistilledPagePrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Spacing issues Created 6 years, 6 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/reader_mode_preferences.cc
diff --git a/components/dom_distiller/core/reader_mode_preferences.cc b/components/dom_distiller/core/reader_mode_preferences.cc
index 85fb51e5ca3ccbf0474f31b8a9f7a3812a1aea70..0dc64ae98052e778443e10285f3f69849c4f8d3a 100644
--- a/components/dom_distiller/core/reader_mode_preferences.cc
+++ b/components/dom_distiller/core/reader_mode_preferences.cc
@@ -4,11 +4,7 @@
#include "components/dom_distiller/core/reader_mode_preferences.h"
-#include <string>
-#include <vector>
-
#include "base/prefs/pref_service.h"
-#include "base/strings/string_util.h"
#include "chrome/browser/profiles/profile.h"
#include "components/dom_distiller/core/dom_distiller_pref_names.h"
#include "components/dom_distiller/core/url_constants.h"
@@ -38,4 +34,3 @@ bool ReaderModePrefs::GetHighContrastPref() {
}
} // namespace dom_distiller
-

Powered by Google App Engine
This is Rietveld 408576698