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

Unified Diff: third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.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/PNGImageEncoder.cpp
diff --git a/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp b/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp
index f9431d52956e91f773e98463a5b7cfbefe7ceddb..c178bc1236a2746398df0a72072de028d99ff7a0 100644
--- a/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp
+++ b/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp
@@ -30,9 +30,9 @@
#include "platform/image-encoders/PNGImageEncoder.h"
-#include "platform/graphics/ImageBuffer.h"
-#include "wtf/PtrUtil.h"
#include <memory>
+#include "platform/graphics/ImageBuffer.h"
+#include "platform/wtf/PtrUtil.h"
#include "zlib.h"

Powered by Google App Engine
This is Rietveld 408576698