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

Unified Diff: third_party/WebKit/Source/core/testing/CoreTestPrinters.cpp

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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: third_party/WebKit/Source/core/testing/CoreTestPrinters.cpp
diff --git a/third_party/WebKit/Source/core/testing/CoreTestPrinters.cpp b/third_party/WebKit/Source/core/testing/CoreTestPrinters.cpp
index 231cbce6523b66c35868558a12d3858c44a3c955..60d56fa74ef3e1bee6aed3fa76ba2a3bf048920c 100644
--- a/third_party/WebKit/Source/core/testing/CoreTestPrinters.cpp
+++ b/third_party/WebKit/Source/core/testing/CoreTestPrinters.cpp
@@ -86,7 +86,7 @@ std::ostream& operator<<(std::ostream& ostream, const Position& position)
return printPosition(ostream, position);
}
-std::ostream& operator<<(std::ostream& ostream, const PositionInComposedTree& position)
+std::ostream& operator<<(std::ostream& ostream, const PositionInFlatTree& position)
{
return printPosition(ostream, position);
}

Powered by Google App Engine
This is Rietveld 408576698