Index: chrome/plugin/chrome_plugin_host.cc |
=================================================================== |
--- chrome/plugin/chrome_plugin_host.cc (revision 69765) |
+++ chrome/plugin/chrome_plugin_host.cc (working copy) |
@@ -25,7 +25,7 @@ |
#include "net/base/upload_data.h" |
#include "net/http/http_response_headers.h" |
#include "webkit/appcache/appcache_interfaces.h" |
-#include "webkit/plugins/npapi/plugin_instance.h" |
+#include "webkit/glue/plugins/plugin_instance.h" |
#include "webkit/glue/resource_loader_bridge.h" |
#include "webkit/glue/resource_type.h" |
#include "webkit/glue/webkit_glue.h" |
@@ -415,8 +415,8 @@ |
if (!npp) |
return CPERR_INVALID_PARAMETER; |
- webkit::npapi::PluginInstance* instance = |
- static_cast<webkit::npapi::PluginInstance *>(npp->ndata); |
+ NPAPI::PluginInstance* instance = |
+ static_cast<NPAPI::PluginInstance *>(npp->ndata); |
WebPluginProxy* webplugin = |
static_cast<WebPluginProxy*>(instance->webplugin()); |