Index: command_buffer/common/cross/rpc_fake.cc |
=================================================================== |
--- command_buffer/common/cross/rpc_fake.cc (revision 25949) |
+++ command_buffer/common/cross/rpc_fake.cc (working copy) |
@@ -141,7 +141,7 @@ |
RPCMessage input; |
in_queue_->GetMessage(&input); |
RPCImplInterface::ReturnValue result = 0; |
- int continue_processing = true; |
+ bool continue_processing = true; |
if (input.message_id == POISONED_MESSAGE_ID) { |
continue_processing = false; |
} else { |