Index: trunk/src/apps/app_shim/app_shim_host_manager_browsertest_mac.mm |
=================================================================== |
--- trunk/src/apps/app_shim/app_shim_host_manager_browsertest_mac.mm (revision 274314) |
+++ trunk/src/apps/app_shim/app_shim_host_manager_browsertest_mac.mm (working copy) |
@@ -63,8 +63,8 @@ |
app_mode::VerifySocketPermissions(socket_path); |
IPC::ChannelHandle handle(socket_path.value()); |
- channel_ = IPC::ChannelProxy::CreateNamedClient( |
- handle, this, io_thread_.message_loop_proxy().get()); |
+ channel_.reset(new IPC::ChannelProxy(handle, IPC::Channel::MODE_NAMED_CLIENT, |
+ this, io_thread_.message_loop_proxy().get())); |
} |
TestShimClient::~TestShimClient() {} |