| Index: components/dom_distiller/webui/dom_distiller_ui.cc
|
| diff --git a/components/dom_distiller/webui/dom_distiller_ui.cc b/components/dom_distiller/webui/dom_distiller_ui.cc
|
| index 3e9f323e9107f955df24bce7f340e910fe220cc6..36b1523be1ba83cabc163ada469b0daae3a2804a 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_ui.cc
|
| +++ b/components/dom_distiller/webui/dom_distiller_ui.cc
|
| @@ -8,12 +8,12 @@
|
| #include "components/dom_distiller/core/dom_distiller_constants.h"
|
| #include "components/dom_distiller/core/dom_distiller_service.h"
|
| #include "components/dom_distiller/webui/dom_distiller_handler.h"
|
| +#include "components/grit/components_resources.h"
|
| +#include "components/strings/grit/components_strings.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "content/public/browser/web_ui_data_source.h"
|
| -#include "grit/components_resources.h"
|
| -#include "grit/components_strings.h"
|
|
|
| namespace dom_distiller {
|
|
|
|
|