| 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 4ea261a2bf7a8e4c665ab6dd878eb9dd5cf52f85..5faf32d9b73c66a3913393e67ba88b21a5c64f83 100644
|
| --- a/webkit/tools/test_shell/webview_host.h
|
| +++ b/webkit/tools/test_shell/webview_host.h
|
| @@ -10,7 +10,7 @@
|
| #include "ui/gfx/rect.h"
|
| #include "webkit/tools/test_shell/webwidget_host.h"
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| #include "webkit/plugins/npapi/gtk_plugin_container_manager.h"
|
| #endif
|
|
|
| @@ -35,7 +35,7 @@ class WebViewHost : public WebWidgetHost {
|
|
|
| WebKit::WebView* webview() const;
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // Create a new plugin parent container for a given plugin XID.
|
| void CreatePluginContainer(gfx::PluginWindowHandle id);
|
|
|
| @@ -56,7 +56,7 @@ class WebViewHost : public WebWidgetHost {
|
| }
|
| #endif
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // Helper class that creates and moves plugin containers.
|
| webkit::npapi::GtkPluginContainerManager plugin_container_manager_;
|
| #endif
|
|
|