| Index: ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| diff --git a/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| index c34f9ebd34ef0c79d039017844c42894eb21b29f..d3c8be8712ee0f4cee7b825a6dab360b03be234e 100644
|
| --- a/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| +++ b/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| @@ -15,7 +15,6 @@
|
| #include "base/macros.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_piece.h"
|
| #include "base/strings/stringprintf.h"
|
| @@ -23,6 +22,7 @@
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| #include "components/google/core/browser/google_util.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/security_interstitials/core/controller_client.h"
|
| #include "ios/chrome/browser/application_context.h"
|
| #include "ios/chrome/browser/chrome_url_constants.h"
|
|
|