Index: components/dom_distiller/core/url_constants.cc |
diff --git a/components/dom_distiller/core/url_constants.cc b/components/dom_distiller/core/url_constants.cc |
index f890807cfb600a88e7bad5b6b78b5663c99be6c1..4d9436140e0a753d00088130003bafe051dffd6e 100644 |
--- a/components/dom_distiller/core/url_constants.cc |
+++ b/components/dom_distiller/core/url_constants.cc |
@@ -8,6 +8,7 @@ namespace dom_distiller { |
const char kEntryIdKey[] = "entry_id"; |
const char kUrlKey[] = "url"; |
-const char kCssPath[] = "readability.css"; |
+const char kViewerCssPath[] = "dom_distiller_viewer.css"; |
+const char kViewerJsPath[] = "dom_distiller_viewer.js"; |
} // namespace dom_distiller |