Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1829)

Unified Diff: content/common/service_worker/service_worker_fetch_request.typemap

Issue 2858453002: Fix missing headers in WebKit/public:mojo_bindings (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/service_worker/service_worker_fetch_request.typemap
diff --git a/content/common/service_worker/service_worker_fetch_request.typemap b/content/common/service_worker/service_worker_fetch_request.typemap
index 716ddcf6f5397a126050df902c0d966e05905819..b27eabd3896311231d93a61c45b46e4e08c6447d 100644
--- a/content/common/service_worker/service_worker_fetch_request.typemap
+++ b/content/common/service_worker/service_worker_fetch_request.typemap
@@ -5,6 +5,7 @@
mojom =
"//third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom"
public_headers = [
+ "//content/common/service_worker/service_worker_client_info.h",
"//content/common/service_worker/service_worker_types.h",
"//content/public/common/request_context_frame_type.h",
"//content/public/common/request_context_type.h",

Powered by Google App Engine
This is Rietveld 408576698