Index: content/browser/ppapi_broker_process_host.cc |
=================================================================== |
--- content/browser/ppapi_broker_process_host.cc (revision 101488) |
+++ content/browser/ppapi_broker_process_host.cc (working copy) |
@@ -11,9 +11,9 @@ |
#include "content/browser/plugin_service.h" |
#include "content/browser/renderer_host/render_message_filter.h" |
#include "content/common/content_switches.h" |
-#include "content/common/pepper_plugin_registry.h" |
#include "ipc/ipc_switches.h" |
#include "ppapi/proxy/ppapi_messages.h" |
+#include "webkit/plugins/ppapi/ppapi_plugin_info.h" |
PpapiBrokerProcessHost::PpapiBrokerProcessHost() |
: BrowserChildProcessHost(ChildProcessInfo::PPAPI_BROKER_PROCESS) { |
@@ -23,7 +23,7 @@ |
CancelRequests(); |
} |
-bool PpapiBrokerProcessHost::Init(const PepperPluginInfo& info) { |
+bool PpapiBrokerProcessHost::Init(const webkit::ppapi::PluginInfo& info) { |
broker_path_ = info.path; |
set_name(UTF8ToUTF16(info.name)); |
set_version(UTF8ToUTF16(info.version)); |