Index: content/public/browser/BUILD.gn |
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn |
index 5f8495e3f0746465533f8304bed31b4efeac13e4..cd1e7906d5dafa3796a3ce7c854bb3039ec5e906 100644 |
--- a/content/public/browser/BUILD.gn |
+++ b/content/public/browser/BUILD.gn |
@@ -297,6 +297,9 @@ source_set("browser_sources") { |
# We expose skia headers in the public API. |
"//skia", |
+ |
+ # We expose storage headers for quota in the public API. |
+ "//storage/browser", |
"//third_party/WebKit/public:mojo_bindings", |
] |
deps = [ |
@@ -309,7 +312,6 @@ source_set("browser_sources") { |
"//media", |
"//net", |
"//ppapi/c", |
- "//storage/browser", |
"//ui/accessibility", |
"//ui/base", |
"//ui/events", |