| Index: webkit/tools/test_shell/webview_host.h
 | 
| diff --git a/webkit/tools/test_shell/webview_host.h b/webkit/tools/test_shell/webview_host.h
 | 
| index 7a47ec3164e62e5229de9ee7060c6dfb720bd1cb..7aade204e1e4ed4c1cfdd0cce4702a18970c7623 100644
 | 
| --- a/webkit/tools/test_shell/webview_host.h
 | 
| +++ b/webkit/tools/test_shell/webview_host.h
 | 
| @@ -11,7 +11,7 @@
 | 
|  #include "webkit/tools/test_shell/webwidget_host.h"
 | 
|  
 | 
|  #if defined(TOOLKIT_USES_GTK)
 | 
| -#include "webkit/plugins/npapi/gtk_plugin_container_manager.h"
 | 
| +#include "webkit/glue/plugins/gtk_plugin_container_manager.h"
 | 
|  #endif
 | 
|  
 | 
|  struct WebPreferences;
 | 
| @@ -42,7 +42,7 @@ class WebViewHost : public WebWidgetHost {
 | 
|    // Destroy the plugin parent container when a plugin has been destroyed.
 | 
|    void DestroyPluginContainer(gfx::PluginWindowHandle id);
 | 
|  
 | 
| -  webkit::npapi::GtkPluginContainerManager* plugin_container_manager() {
 | 
| +  GtkPluginContainerManager* plugin_container_manager() {
 | 
|      return &plugin_container_manager_;
 | 
|    }
 | 
|  #elif defined(OS_MACOSX)
 | 
| @@ -58,7 +58,7 @@ class WebViewHost : public WebWidgetHost {
 | 
|  
 | 
|  #if defined(TOOLKIT_USES_GTK)
 | 
|    // Helper class that creates and moves plugin containers.
 | 
| -  webkit::npapi::GtkPluginContainerManager plugin_container_manager_;
 | 
| +  GtkPluginContainerManager plugin_container_manager_;
 | 
|  #endif
 | 
|  };
 | 
|  
 | 
| 
 |