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

Unified Diff: Source/wtf/text/StringBuilderTest.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: . 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/wtf/text/StringBuilderTest.cpp
diff --git a/Source/wtf/text/StringBuilderTest.cpp b/Source/wtf/text/StringBuilderTest.cpp
index cde7781a4cf9b46f2e9cd1d223ceb8e8d6446855..64ef66c5867a546cb10b3c9ebb21b7ce3aaef5ea 100644
--- a/Source/wtf/text/StringBuilderTest.cpp
+++ b/Source/wtf/text/StringBuilderTest.cpp
@@ -33,7 +33,6 @@
#include "wtf/text/StringBuilder.h"
#include "wtf/Assertions.h"
-#include "wtf/testing/WTFTestHelpers.h"
#include "wtf/text/CString.h"
#include "wtf/text/CharacterNames.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698