| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webkit_init.h (revision 45726)
|
| +++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy)
|
| @@ -22,6 +22,7 @@
|
| #include "third_party/WebKit/WebKit/chromium/public/WebStorageEventDispatcher.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebStorageNamespace.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebThemeEngine.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
|
| #include "webkit/database/vfs_backend.h"
|
| #include "webkit/extensions/v8/gears_extension.h"
|
| @@ -38,7 +39,6 @@
|
| #include "v8/include/v8.h"
|
|
|
| #if defined(OS_WIN)
|
| -#include "third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h"
|
| #include "webkit/tools/test_shell/test_shell_webthemeengine.h"
|
| #endif
|
|
|
| @@ -241,7 +241,7 @@
|
| SimpleAppCacheSystem appcache_system_;
|
| SimpleDatabaseSystem database_system_;
|
| SimpleWebCookieJarImpl cookie_jar_;
|
| -
|
| +
|
| #if defined(OS_WIN)
|
| WebKit::WebThemeEngine* active_theme_engine_;
|
| #endif
|
|
|