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

Unified Diff: Source/core/dom/shadow/ComposedTreeTraversalTest.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/core/dom/shadow/ComposedTreeTraversalTest.cpp
diff --git a/Source/core/dom/shadow/ComposedTreeTraversalTest.cpp b/Source/core/dom/shadow/ComposedTreeTraversalTest.cpp
index 4e9417f93e015eacf3120ae694f48603006f7e49..6ede540e07d32751c66d09cb145cd26eecf7f624 100644
--- a/Source/core/dom/shadow/ComposedTreeTraversalTest.cpp
+++ b/Source/core/dom/shadow/ComposedTreeTraversalTest.cpp
@@ -22,7 +22,6 @@
#include "wtf/RefPtr.h"
#include "wtf/StdLibExtras.h"
#include "wtf/Vector.h"
-#include "wtf/testing/WTFTestHelpers.h"
#include <gtest/gtest.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698