Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: components/safe_browsing/BUILD.gn

Issue 2603433002: Move SecurityInterstitialPage into component (Closed)
Patch Set: nit, refind comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/safe_browsing/BUILD.gn
diff --git a/components/safe_browsing/BUILD.gn b/components/safe_browsing/BUILD.gn
index 8b81a6e7378330bf35136cd7ec8cd08928df8769..51f35955daf4bd4875a826e1345041efd81ce059 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -10,7 +10,7 @@ source_set("safe_browsing") {
deps = [
"//base:base",
- "//components/security_interstitials/content:unsafe_resource",
+ "//components/security_interstitials/content:security_interstitial_page",
"//content/public/browser:browser",
]
}

Powered by Google App Engine
This is Rietveld 408576698