| Index: webkit/glue/webview_impl.h
|
| ===================================================================
|
| --- webkit/glue/webview_impl.h (revision 20152)
|
| +++ webkit/glue/webview_impl.h (working copy)
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <set>
|
|
|
| +#include "Page.h"
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "skia/ext/platform_canvas.h"
|
| @@ -18,11 +20,6 @@
|
| #include "webkit/glue/webpreferences.h"
|
| #include "webkit/glue/webview.h"
|
|
|
| -MSVC_PUSH_WARNING_LEVEL(0);
|
| -#include "Page.h"
|
| -#include "RenderTheme.h"
|
| -MSVC_POP_WARNING();
|
| -
|
| namespace WebCore {
|
| class ChromiumDataObject;
|
| class Frame;
|
|
|