Commit 3d288b9c authored by hubbe's avatar hubbe Committed by Commit bot

fix spurious semicolons

BUG=442323
TBR=tsepez@chromium.org

Review URL: https://codereview.chromium.org/807533002

Cr-Commit-Position: refs/heads/master@{#308409}
parent a5ac9e8a
...@@ -178,12 +178,12 @@ IPC_MESSAGE_CONTROL3( ...@@ -178,12 +178,12 @@ IPC_MESSAGE_CONTROL3(
IPC_MESSAGE_CONTROL2( IPC_MESSAGE_CONTROL2(
CastHostMsg_AddValidSsrc, CastHostMsg_AddValidSsrc,
int32 /* channel id */, int32 /* channel id */,
uint32 /* ssrc */); uint32 /* ssrc */)
IPC_MESSAGE_CONTROL2( IPC_MESSAGE_CONTROL2(
CastHostMsg_SendRtcpFromRtpReceiver, CastHostMsg_SendRtcpFromRtpReceiver,
int32 /* channel id */, int32 /* channel id */,
media::cast::SendRtcpFromRtpReceiver_Params /* data */); media::cast::SendRtcpFromRtpReceiver_Params /* data */)
IPC_MESSAGE_CONTROL4( IPC_MESSAGE_CONTROL4(
CastHostMsg_New, CastHostMsg_New,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment