Index: content/ppapi_plugin/ppapi_thread.h |
=================================================================== |
--- content/ppapi_plugin/ppapi_thread.h (revision 213561) |
+++ content/ppapi_plugin/ppapi_thread.h (working copy) |
@@ -15,13 +15,13 @@ |
#include "base/scoped_native_library.h" |
#include "build/build_config.h" |
#include "content/child/child_thread.h" |
+#include "content/public/common/pepper_plugin_info.h" |
#include "ipc/ipc_listener.h" |
#include "ppapi/c/pp_module.h" |
#include "ppapi/c/trusted/ppp_broker.h" |
#include "ppapi/proxy/plugin_dispatcher.h" |
#include "ppapi/proxy/plugin_globals.h" |
#include "ppapi/proxy/plugin_proxy_delegate.h" |
-#include "webkit/plugins/ppapi/plugin_module.h" |
#if defined(OS_WIN) |
#include "base/win/scoped_handle.h" |
@@ -138,7 +138,7 @@ |
ppapi::proxy::PluginGlobals plugin_globals_; |
// Storage for plugin entry points. |
- webkit::ppapi::PluginModule::EntryPoints plugin_entry_points_; |
+ PepperPluginInfo::EntryPoints plugin_entry_points_; |
// Callback to call when a new instance connects to the broker. |
// Used only when is_broker_. |