diff options
Diffstat (limited to 'chromium/components/previews/content/BUILD.gn')
-rw-r--r-- | chromium/components/previews/content/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/previews/content/BUILD.gn b/chromium/components/previews/content/BUILD.gn index 6e05b72df2f..1c6330e7e0e 100644 --- a/chromium/components/previews/content/BUILD.gn +++ b/chromium/components/previews/content/BUILD.gn @@ -17,7 +17,7 @@ static_library("content") { deps = [ "//base", - "//components/blacklist/opt_out_blacklist", + "//components/blocklist/opt_out_blocklist", "//components/data_reduction_proxy/core/browser", "//components/optimization_guide", "//components/optimization_guide/proto:optimization_guide_proto", @@ -43,7 +43,7 @@ source_set("unit_tests") { deps = [ ":content", "//base", - "//components/blacklist/opt_out_blacklist", + "//components/blocklist/opt_out_blocklist", "//components/data_reduction_proxy/core/browser", "//components/data_reduction_proxy/core/common", "//components/optimization_guide", |