summaryrefslogtreecommitdiffstats
path: root/chromium/content/renderer/npapi/webplugin_delegate_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/renderer/npapi/webplugin_delegate_proxy.cc')
-rw-r--r--chromium/content/renderer/npapi/webplugin_delegate_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/renderer/npapi/webplugin_delegate_proxy.cc b/chromium/content/renderer/npapi/webplugin_delegate_proxy.cc
index d7f847240b0..a6418fb5a8f 100644
--- a/chromium/content/renderer/npapi/webplugin_delegate_proxy.cc
+++ b/chromium/content/renderer/npapi/webplugin_delegate_proxy.cc
@@ -6,7 +6,7 @@
#if defined(TOOLKIT_GTK)
#include <gtk/gtk.h>
-#elif defined(USE_X11)
+#elif defined(USE_CAIRO)
#include <cairo/cairo.h>
#endif