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

Unified Diff: third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.cpp

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (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/image-encoders/ImageEncoderUtils.cpp
diff --git a/third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.cpp b/third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.cpp
index 79d8cb0a917638ac4dbfef00ca34b54cb297d845..fc7ca7aed57a4b48a754b58afcd8c4675d222209 100644
--- a/third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.cpp
+++ b/third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.cpp
@@ -6,7 +6,7 @@
#include "platform/Histogram.h"
#include "platform/network/mime/MIMETypeRegistry.h"
-#include "wtf/Threading.h"
+#include "platform/wtf/Threading.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698