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

Unified Diff: third_party/WebKit/Source/platform/graphics/ProfilingCanvas.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/ProfilingCanvas.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ProfilingCanvas.cpp b/third_party/WebKit/Source/platform/graphics/ProfilingCanvas.cpp
index 5bb0ddb48b9a36ca6f2c07dca55e80600d32033f..1e6c97aded86d19f8075b24e08cd9e5b4d577390 100644
--- a/third_party/WebKit/Source/platform/graphics/ProfilingCanvas.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ProfilingCanvas.cpp
@@ -30,7 +30,7 @@
#include "platform/graphics/ProfilingCanvas.h"
-#include "wtf/CurrentTime.h"
+#include "platform/wtf/CurrentTime.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698