Index: webkit/glue/glue_serialize_unittest.cc |
=================================================================== |
--- webkit/glue/glue_serialize_unittest.cc (revision 3977) |
+++ webkit/glue/glue_serialize_unittest.cc (working copy) |
@@ -5,10 +5,7 @@ |
#include "config.h" |
#include <string> |
-#include "webkit/glue/glue_serialize.h" |
-#include "testing/gtest/include/gtest/gtest.h" |
#include "base/compiler_specific.h" |
-#include "base/pickle.h" |
MSVC_PUSH_WARNING_LEVEL(0); |
#include "CString.h" |
@@ -18,6 +15,12 @@ |
#include "ResourceRequest.h" |
MSVC_POP_WARNING(); |
+#undef LOG |
+ |
+#include "webkit/glue/glue_serialize.h" |
+#include "testing/gtest/include/gtest/gtest.h" |
+#include "base/pickle.h" |
+ |
using namespace std; |
using namespace WebCore; |
using namespace webkit_glue; |