| Index: chrome/browser/interstitials/security_interstitial_page_test_utils.cc
|
| diff --git a/chrome/browser/interstitials/security_interstitial_page_test_utils.cc b/chrome/browser/interstitials/security_interstitial_page_test_utils.cc
|
| index 1ca8f511f027c029b428a9434adec27f18eac6e5..889d7cff23e1881b77828b2fdbdeec9b6349e029 100644
|
| --- a/chrome/browser/interstitials/security_interstitial_page_test_utils.cc
|
| +++ b/chrome/browser/interstitials/security_interstitial_page_test_utils.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "chrome/browser/interstitials/security_interstitial_page.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/security_interstitials/core/controller_client.h"
|
| #include "content/public/browser/interstitial_page.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|