Index: webkit/glue/weburlrequest_impl.cc |
=================================================================== |
--- webkit/glue/weburlrequest_impl.cc (revision 5614) |
+++ webkit/glue/weburlrequest_impl.cc (working copy) |
@@ -3,12 +3,13 @@ |
// found in the LICENSE file. |
#include "config.h" |
+#include "base/compiler_specific.h" |
-#pragma warning(push, 0) |
+MSVC_PUSH_WARNING_LEVEL(0); |
#include "FormData.h" |
#include "HTTPHeaderMap.h" |
#include "ResourceRequest.h" |
-#pragma warning(pop) |
+MSVC_POP_WARNING(); |
#undef LOG |
#include "base/logging.h" |