| Index: ppapi/proxy/ppb_host_resolver_private_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_host_resolver_private_proxy.cc b/ppapi/proxy/ppb_host_resolver_private_proxy.cc
|
| index da73c09ea04b28c63266434c1515e31efe15cd36..20be2c32ecdbe3d0d96ff5c473e8bc4c20f3f02c 100644
|
| --- a/ppapi/proxy/ppb_host_resolver_private_proxy.cc
|
| +++ b/ppapi/proxy/ppb_host_resolver_private_proxy.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/logging.h"
|
| #include "ppapi/proxy/plugin_dispatcher.h"
|
| #include "ppapi/proxy/plugin_globals.h"
|
| -#include "ppapi/proxy/plugin_proxy_delegate.h"
|
| #include "ppapi/proxy/ppapi_messages.h"
|
| #include "ppapi/shared_impl/host_resource.h"
|
|
|
| @@ -65,7 +64,7 @@ void HostResolver::SendResolve(const HostPortPair& host_port,
|
| }
|
|
|
| void HostResolver::SendToBrowser(IPC::Message* msg) {
|
| - PluginGlobals::Get()->plugin_proxy_delegate()->SendToBrowser(msg);
|
| + PluginGlobals::Get()->GetBrowserSender()->Send(msg);
|
| }
|
|
|
| } // namespace
|
|
|