| Index: components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| diff --git a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| index 2805c3e761acb4aa4b564ca25358cd8f92d685f5..fb46895073e1e05fb79d7cc34fd7916e34d2ba85 100644
|
| --- a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| +++ b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| @@ -21,6 +21,7 @@
|
| #include "components/dom_distiller/core/proto/distilled_article.pb.h"
|
| #include "components/dom_distiller/core/proto/distilled_page.pb.h"
|
| #include "components/dom_distiller/core/viewer.h"
|
| +#include "components/strings/grit/components_strings.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/navigation_handle.h"
|
| @@ -29,7 +30,6 @@
|
| #include "content/public/common/isolated_world_ids.h"
|
| #include "content/public/test/content_browser_test.h"
|
| #include "content/shell/browser/shell.h"
|
| -#include "grit/components_strings.h"
|
| #include "net/test/embedded_test_server/embedded_test_server.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "third_party/dom_distiller_js/dom_distiller.pb.h"
|
|
|