Move Local Storage proto into Storage Service
Mechanical move of the Local Storage metadata proto into the Storage
Service. This is in preparation for moving the Local Storage
implementation itself into service.
Bug: 1000959
Change-Id: I21a0d75556bc96b451ad1e1fb692cca02102c16f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944322
Commit-Queue: Ken Rockot <[email protected]>
Reviewed-by: Daniel Murphy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#721241}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 776f6640..51730b64 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -70,6 +70,7 @@
"//components/services/filesystem:lib",
"//components/services/quarantine:quarantine",
"//components/services/storage",
+ "//components/services/storage/dom_storage:local_storage_proto",
"//components/services/storage/public/cpp",
"//components/system_media_controls",
"//components/tracing",
@@ -91,7 +92,6 @@
"//content/browser/cookie_store:cookie_store_proto",
"//content/browser/devtools:devtools_background_services_proto",
"//content/browser/devtools:protocol_sources",
- "//content/browser/dom_storage:local_storage_proto",
"//content/browser/notifications:notification_proto",
"//content/browser/payments:payment_app_proto",
"//content/browser/process_internals:mojo_bindings",