Index: chrome/common/ipc_sync_message.cc |
=================================================================== |
--- chrome/common/ipc_sync_message.cc (revision 10992) |
+++ chrome/common/ipc_sync_message.cc (working copy) |
@@ -77,7 +77,8 @@ |
Message* SyncMessage::GenerateReply(const Message* msg) { |
DCHECK(msg->is_sync()); |
- Message* reply = new Message(msg->routing_id(), IPC_REPLY_ID, msg->priority()); |
+ Message* reply = new Message(msg->routing_id(), IPC_REPLY_ID, |
+ msg->priority()); |
reply->set_reply(); |
SyncHeader header; |