| Index: components/security_interstitials/content/security_interstitial_page.cc
|
| diff --git a/components/security_interstitials/content/security_interstitial_page.cc b/components/security_interstitials/content/security_interstitial_page.cc
|
| index 0fd75a0baf163e7bc6479164ff4380311e184195..f0733f0987a82e395adaa48b789025ca90021975 100644
|
| --- a/components/security_interstitials/content/security_interstitial_page.cc
|
| +++ b/components/security_interstitials/content/security_interstitial_page.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/i18n/rtl.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/values.h"
|
| +#include "components/grit/components_resources.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| #include "components/security_interstitials/content/security_interstitial_controller_client.h"
|
| @@ -17,7 +18,6 @@
|
| #include "content/public/browser/interstitial_page.h"
|
| #include "content/public/browser/page_navigator.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "grit/components_resources.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/webui/jstemplate_builder.h"
|
| #include "ui/base/webui/web_ui_util.h"
|
|
|