Index: content/common/service_worker/service_worker_messages.h |
diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h |
index 7cd3d188eba19dac6be0f30db941ce0be29762f5..c7a69ffaf048006f47d64bf66d17cb5a93c0eea9 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -84,7 +84,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::ServiceWorkerFetchEventResult, |
content::SERVICE_WORKER_FETCH_EVENT_LAST) |
IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerResponse) |
- IPC_STRUCT_TRAITS_MEMBER(url) |
+ IPC_STRUCT_TRAITS_MEMBER(url_list) |
IPC_STRUCT_TRAITS_MEMBER(status_code) |
IPC_STRUCT_TRAITS_MEMBER(status_text) |
IPC_STRUCT_TRAITS_MEMBER(response_type) |