| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index b5fec375d98d4e1f0689368ef24188d0daa8a89f..9b88420cbfe311c88b226c22d80d17d987774c23 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| #include <gtk/gtk.h>
|
| #elif defined(OS_MACOSX)
|
| #include <CoreFoundation/CoreFoundation.h>
|
| @@ -31,7 +31,7 @@
|
| #include "webkit/plugins/npapi/plugin_list.h"
|
| #include "webkit/plugins/npapi/webplugin_delegate_impl.h"
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| #include "ui/gfx/gtk_util.h"
|
| #endif
|
|
|
| @@ -78,7 +78,7 @@ PluginThread::PluginThread()
|
| lazy_tls.Pointer()->Set(this);
|
| #if defined(USE_AURA)
|
| // TODO(saintlou):
|
| -#elif defined(TOOLKIT_USES_GTK)
|
| +#elif defined(TOOLKIT_GTK)
|
| {
|
| // XEmbed plugins assume they are hosted in a Gtk application, so we need
|
| // to initialize Gtk in the plugin process.
|
|
|