Index: chrome/common/ipc_sync_message_unittest.cc |
=================================================================== |
--- chrome/common/ipc_sync_message_unittest.cc (revision 10992) |
+++ chrome/common/ipc_sync_message_unittest.cc (working copy) |
@@ -85,7 +85,8 @@ |
*out2 = 32; |
} |
- void On_3_3(int in1, std::string in2, bool in3, std::string* out1, int* out2, bool* out3) { |
+ void On_3_3(int in1, std::string in2, bool in3, std::string* out1, int* out2, |
+ bool* out3) { |
DCHECK(in1 == 3 && in2 == "3_3" && in3); |
*out1 = "3_3"; |
*out2 = 33; |