| Index: components/security_interstitials/core/BUILD.gn
|
| diff --git a/components/security_interstitials/core/BUILD.gn b/components/security_interstitials/core/BUILD.gn
|
| index 6dc2e7bc5f2870b6f3ebf1c09adbbbf9273de802..6595ce9043a115e4b7dd11a557dab519afbd6f52 100644
|
| --- a/components/security_interstitials/core/BUILD.gn
|
| +++ b/components/security_interstitials/core/BUILD.gn
|
| @@ -20,10 +20,10 @@ static_library("core") {
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| - "//base:prefs",
|
| "//components/google/core/browser",
|
| "//components/history/core/browser",
|
| "//components/metrics",
|
| + "//components/prefs",
|
| "//components/rappor",
|
| "//components/ssl_errors",
|
| "//components/strings",
|
|
|