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

Unified Diff: chrome/common/cast_messages.h

Issue 807533002: fix spurious semicolons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cast_streaming_receiver4
Patch Set: Created 6 years 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: 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,
« 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