Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: webkit/glue/glue_serialize_unittest.cc

Issue 7974: Port a few test_shell_tests. Now it runs 45 of them.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/cpp_variant_unittest.cc ('k') | webkit/glue/multipart_response_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « webkit/glue/cpp_variant_unittest.cc ('k') | webkit/glue/multipart_response_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698