Index: components/dom_distiller/core/distilled_page_prefs.h |
diff --git a/components/dom_distiller/core/distilled_page_prefs.h b/components/dom_distiller/core/distilled_page_prefs.h |
index 9b93be5e3ac4d9d21e6b04a33b064f2608b98e5e..7a40b2711c8a2ac5f43b48f59503b06667415a97 100644 |
--- a/components/dom_distiller/core/distilled_page_prefs.h |
+++ b/components/dom_distiller/core/distilled_page_prefs.h |
@@ -22,10 +22,9 @@ class DistilledPagePrefs { |
public: |
// Possible themes for distilled page. |
enum Theme { |
- LIGHT, |
- DARK, |
- SEPIA, |
- THEME_COUNT |
+#define DEFINE_THEME(name, value) name = value, |
+#include "components/dom_distiller/core/theme_list.h" |
+#undef DEFINE_THEME |
}; |
class Observer { |