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

Unified Diff: Source/platform/network/HTTPParsersTest.cpp

Issue 1257203002: Fix ODR violation that can break WTF::String pretty printing in tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really fix Created 5 years, 5 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
Index: Source/platform/network/HTTPParsersTest.cpp
diff --git a/Source/platform/network/HTTPParsersTest.cpp b/Source/platform/network/HTTPParsersTest.cpp
index b558b7473b1664749ed39810f2d712ebe27f63a7..0431b3f13dbc59bf322202c750f3e0d3df0a0573 100644
--- a/Source/platform/network/HTTPParsersTest.cpp
+++ b/Source/platform/network/HTTPParsersTest.cpp
@@ -6,7 +6,6 @@
#include "HTTPParsers.h"
#include "wtf/MathExtras.h"
-#include "wtf/testing/WTFTestHelpers.h"
#include "wtf/text/AtomicString.h"
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698