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 6a96699b8083217268dd8dcd016bbd1bad015c22..1138c1eff7dae939770cb3057bfee2b3bc581995 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -216,15 +216,15 @@ IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_CacheKeys, |
int /* request_id */, |
int /* cache_id */, |
content::ServiceWorkerFetchRequest, |
- content::ServiceWorkerCacheQueryParams); |
+ content::ServiceWorkerCacheQueryParams) |
IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_CacheBatch, |
int /* request_id */, |
int /* cache_id */, |
- std::vector<content::ServiceWorkerBatchOperation>); |
+ std::vector<content::ServiceWorkerBatchOperation>) |
IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_CacheClosed, |
- int /* cache_id */); |
+ int /* cache_id */) |
//--------------------------------------------------------------------------- |
// Messages sent from the browser to the child process. |