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

Unified Diff: content/common/service_worker/service_worker_messages.h

Issue 612753005: Remove semicolons from IPC_MESSAGEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698