Index: components/data_reduction_proxy/core/browser/BUILD.gn |
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn |
index 6389d0e0d6e97b210c7818a27e2dff9163957e82..639472a99aae64aa20be262aaf3f450c6228873d 100644 |
--- a/components/data_reduction_proxy/core/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
@@ -76,10 +76,12 @@ static_library("browser") { |
"data_store_impl.h", |
] |
- deps = [ |
- "//base", |
+ public_deps = [ |
"//components/data_reduction_proxy/core/common", |
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto", |
+ ] |
+ deps = [ |
+ "//base", |
"//components/pref_registry", |
"//components/prefs", |
"//components/variations", |