Index: ipc/ipc_channel_posix.cc |
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
index b3aee8e06bb06de8be578098541037406be4937b..211cae6b1d14d62020c8c31fbc72159d5b3d0044 100644 |
--- a/ipc/ipc_channel_posix.cc |
+++ b/ipc/ipc_channel_posix.cc |
@@ -1021,8 +1021,7 @@ scoped_ptr<Channel> Channel::Create(const IPC::ChannelHandle& channel_handle, |
Mode mode, |
Listener* listener, |
AttachmentBroker* broker) { |
- return make_scoped_ptr( |
- new ChannelPosix(channel_handle, mode, listener)); |
+ return make_scoped_ptr(new ChannelPosix(channel_handle, mode, listener)); |
} |
// static |