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

Unified Diff: third_party/WebKit/Source/platform/graphics/CanvasMetrics.cpp

Issue 2798823002: Rewrite references to "wtf/" to "platform/wtf/" in platform/graphics. (Closed)
Patch Set: 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/graphics/CanvasMetrics.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasMetrics.cpp b/third_party/WebKit/Source/platform/graphics/CanvasMetrics.cpp
index 9ee3ac597986163b3c03c43542034967ed05148e..fce5d665aa60e919bedaa171fadcd2e2168b5952 100644
--- a/third_party/WebKit/Source/platform/graphics/CanvasMetrics.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CanvasMetrics.cpp
@@ -5,8 +5,8 @@
#include "platform/graphics/CanvasMetrics.h"
#include "platform/Histogram.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/Threading.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/Threading.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698