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

Unified Diff: components/toolbar/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: update comments. Created 4 years, 1 month 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/toolbar/BUILD.gn
diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
index 18e685664d61fcf1d3880391377a8ae21cbcfbe0..94dc16beb5a7c6d98c5986807097a24d9c8e6d05 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/toolbar/BUILD.gn
@@ -17,7 +17,7 @@ static_library("toolbar") {
"//components/google/core/browser",
"//components/prefs",
"//components/resources",
- "//components/security_state",
+ "//components/security_state/core",
"//components/strings",
"//components/url_formatter",
"//net",

Powered by Google App Engine
This is Rietveld 408576698