Index: content/common/websocket_messages.h |
diff --git a/content/common/websocket_messages.h b/content/common/websocket_messages.h |
index 91d23e398696812a8f35571ef4198a57b1435c34..383eb5a1f4a498d1951b49ff3ae7f66147587596 100644 |
--- a/content/common/websocket_messages.h |
+++ b/content/common/websocket_messages.h |
@@ -131,7 +131,7 @@ IPC_MESSAGE_ROUTED1(WebSocketMsg_NotifyFailure, |
// Indicates tbat the current Blob has finished sending. The renderer can |
// release its reference on the Blob, and may now use SendFrame or SendBlob to |
// send more messages. |
-IPC_MESSAGE_ROUTED0(WebSocketMsg_BlobSendComplete); |
+IPC_MESSAGE_ROUTED0(WebSocketMsg_BlobSendComplete) |
// WebSocket messages that can be sent in either direction. |