Index: webkit/tools/test_shell/test_webview_delegate.h |
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h |
index 079cb5acfb6c9d5294e8872cfa4c427ca46640a3..25ec35e3c70e3bd5957a8e2dab6efc68edb54fc8 100644 |
--- a/webkit/tools/test_shell/test_webview_delegate.h |
+++ b/webkit/tools/test_shell/test_webview_delegate.h |
@@ -18,7 +18,7 @@ |
#include <map> |
#include <string> |
-#if defined(OS_LINUX) |
+#if defined(TOOLKIT_USES_GTK) |
#include <gdk/gdkcursor.h> |
#endif |
@@ -352,7 +352,7 @@ class TestWebViewDelegate : public WebKit::WebViewClient, |
scoped_refptr<TestDropDelegate> drop_delegate_; |
#endif |
-#if defined(OS_LINUX) |
+#if defined(TOOLKIT_USES_GTK) |
// The type of cursor the window is currently using. |
// Used for judging whether a new SetCursor call is actually changing the |
// cursor. |