Index: components/favicon/core/BUILD.gn |
diff --git a/components/favicon/core/BUILD.gn b/components/favicon/core/BUILD.gn |
index 0f834cb1d8538adcac7c91f4c4ab32260d29539e..05bd40bf35b29d1ebf4cd07eed81cf54eb3bbfdf 100644 |
--- a/components/favicon/core/BUILD.gn |
+++ b/components/favicon/core/BUILD.gn |
@@ -4,7 +4,6 @@ |
static_library("core") { |
sources = [ |
- "browser/favicon_client.h", |
"favicon_driver.h", |
"favicon_url.cc", |
"favicon_url.h", |
@@ -12,7 +11,7 @@ static_library("core") { |
deps = [ |
"//components/favicon_base", |
- "//components/keyed_service/core", |
"//ui/gfx/geometry", |
+ "//url", |
] |
} |