| 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 29af1045db4a066b2a9021ce46ef7632f9c5dace..8a87db32a7ab8594ac7d880a63d5680757cac164 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.h
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.h
|
| @@ -41,7 +41,7 @@
|
| #include "webkit/tools/test_shell/drop_delegate.h"
|
| #endif
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| #include <gdk/gdk.h>
|
| #endif
|
|
|
| @@ -407,7 +407,7 @@ class TestWebViewDelegate : public WebKit::WebViewClient,
|
| scoped_refptr<TestDropDelegate> drop_delegate_;
|
| #endif
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // The type of cursor the window is currently using.
|
| // Used for judging whether a new SetCursor call is actually changing the
|
| // cursor.
|
|
|