| Index: ipc/ipc_channel_factory.cc
|
| diff --git a/ipc/ipc_channel_factory.cc b/ipc/ipc_channel_factory.cc
|
| index 3d5c86680bf245dd9ae0b0bb11070489670e6906..f3ad11a6b4f35540b3d4cc6de8b278d99b3d97f3 100644
|
| --- a/ipc/ipc_channel_factory.cc
|
| +++ b/ipc/ipc_channel_factory.cc
|
| @@ -33,10 +33,10 @@ bool ChannelFactory::Listen() {
|
|
|
| // Watch the fd for connections, and turn any connections into
|
| // active sockets.
|
| - MessageLoopForIO::current()->WatchFileDescriptor(
|
| + base::MessageLoopForIO::current()->WatchFileDescriptor(
|
| listen_fd_,
|
| true,
|
| - MessageLoopForIO::WATCH_READ,
|
| + base::MessageLoopForIO::WATCH_READ,
|
| &server_listen_connection_watcher_,
|
| this);
|
| return true;
|
|
|