diff options
Diffstat (limited to 'webkit/glue/chrome_client_impl.h')
-rw-r--r-- | webkit/glue/chrome_client_impl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/glue/chrome_client_impl.h b/webkit/glue/chrome_client_impl.h index d840423..a070fd1 100644 --- a/webkit/glue/chrome_client_impl.h +++ b/webkit/glue/chrome_client_impl.h @@ -5,9 +5,11 @@ #ifndef WEBKIT_GLUE_CHROME_CLIENT_IMPL_H__ #define WEBKIT_GLUE_CHROME_CLIENT_IMPL_H__ -#pragma warning(push, 0) +#include "base/compiler_specific.h" + +MSVC_PUSH_WARNING_LEVEL(0); #include "ChromeClientChromium.h" -#pragma warning(pop) +MSVC_POP_WARNING(); class WebViewImpl; namespace WebCore { |