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

Unified Diff: third_party/WebKit/Source/platform/testing/TransformPrinters.cpp

Issue 2803613002: Rewrite references to "wtf/" to "platform/wtf/" in platform/testing. (Closed)
Patch Set: Fix compile error. (Why did this work before?) Created 3 years, 8 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/platform/testing/TransformPrinters.cpp
diff --git a/third_party/WebKit/Source/platform/testing/TransformPrinters.cpp b/third_party/WebKit/Source/platform/testing/TransformPrinters.cpp
index d9524537e9c5542873f533bc5c05ac92fb80a965..721d52b03e299d106c5647cd8562371da2f91bbd 100644
--- a/third_party/WebKit/Source/platform/testing/TransformPrinters.cpp
+++ b/third_party/WebKit/Source/platform/testing/TransformPrinters.cpp
@@ -4,10 +4,10 @@
#include "platform/testing/TransformPrinters.h"
+#include <ostream> // NOLINT
#include "platform/transforms/AffineTransform.h"
#include "platform/transforms/TransformationMatrix.h"
-#include "wtf/text/WTFString.h"
-#include <ostream> // NOLINT
+#include "platform/wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698