Index: chrome/common/child_process_host.cc |
=================================================================== |
--- chrome/common/child_process_host.cc (revision 10992) |
+++ chrome/common/child_process_host.cc (working copy) |
@@ -119,7 +119,8 @@ |
: host_(host) { |
} |
-void ChildProcessHost::ListenerHook::OnMessageReceived(const IPC::Message& msg) { |
+void ChildProcessHost::ListenerHook::OnMessageReceived( |
+ const IPC::Message& msg) { |
#ifdef IPC_MESSAGE_LOG_ENABLED |
IPC::Logging* logger = IPC::Logging::current(); |
if (msg.type() == IPC_LOGGING_ID) { |