Index: webkit/glue/autofill_form.cc |
=================================================================== |
--- webkit/glue/autofill_form.cc (revision 5614) |
+++ webkit/glue/autofill_form.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 "Frame.h" |
#include "HTMLInputElement.h" |
#include "HTMLNames.h" |
-#pragma warning(pop) |
+MSVC_POP_WARNING(); |
#undef LOG |