| Index: chrome/app/chrome_main_app_mode_mac.mm
|
| diff --git a/chrome/app/chrome_main_app_mode_mac.mm b/chrome/app/chrome_main_app_mode_mac.mm
|
| index 8f00c1d6d67202bc110d22d57515e488c33a3e94..812e985e6787050e95f2c80bd3ff88518da3aa8e 100644
|
| --- a/chrome/app/chrome_main_app_mode_mac.mm
|
| +++ b/chrome/app/chrome_main_app_mode_mac.mm
|
| @@ -111,7 +111,7 @@ void AppShimController::Init() {
|
| user_data_dir.Append(app_mode::kAppShimSocketName);
|
| IPC::ChannelHandle handle(socket_path.value());
|
| channel_ = new IPC::ChannelProxy(handle, IPC::Channel::MODE_NAMED_CLIENT,
|
| - this, g_io_thread->message_loop_proxy());
|
| + this, g_io_thread->message_loop_proxy().get());
|
|
|
| channel_->Send(new AppShimHostMsg_LaunchApp(
|
| g_info->profile_dir, g_info->app_mode_id,
|
|
|