Index: chromecast/common/media/cma_messages.h |
diff --git a/chromecast/common/media/cma_messages.h b/chromecast/common/media/cma_messages.h |
index 8e2b88f5817c03a00d9a13d413b4d80c05419540..414913b294cd2bb4e9d4d5cc28d81cea99cb23cf 100644 |
--- a/chromecast/common/media/cma_messages.h |
+++ b/chromecast/common/media/cma_messages.h |
@@ -46,7 +46,7 @@ IPC_MESSAGE_CONTROL2(CmaHostMsg_SetPlaybackRate, |
IPC_MESSAGE_CONTROL3(CmaHostMsg_CreateAvPipe, |
int /* Media pipeline ID */, |
chromecast::media::TrackId /* Track ID */, |
- size_t /* Fifo size */); |
+ size_t /* Fifo size */) |
IPC_MESSAGE_CONTROL3(CmaHostMsg_AudioInitialize, |
int /* Media pipeline ID */, |
chromecast::media::TrackId /* Track ID */, |