| Index: chrome/common/cast_messages.h
|
| diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
|
| index 65f1f16d3223300cb379a7ecebd22c88dd2991db..e10717189ffb17db6e5995c88eaab3e9ced5e578 100644
|
| --- a/chrome/common/cast_messages.h
|
| +++ b/chrome/common/cast_messages.h
|
| @@ -178,12 +178,12 @@ IPC_MESSAGE_CONTROL3(
|
| IPC_MESSAGE_CONTROL2(
|
| CastHostMsg_AddValidSsrc,
|
| int32 /* channel id */,
|
| - uint32 /* ssrc */);
|
| + uint32 /* ssrc */)
|
|
|
| IPC_MESSAGE_CONTROL2(
|
| CastHostMsg_SendRtcpFromRtpReceiver,
|
| int32 /* channel id */,
|
| - media::cast::SendRtcpFromRtpReceiver_Params /* data */);
|
| + media::cast::SendRtcpFromRtpReceiver_Params /* data */)
|
|
|
| IPC_MESSAGE_CONTROL4(
|
| CastHostMsg_New,
|
|
|