Index: third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h |
diff --git a/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h b/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h |
index 0f842ae16af48541e96d8740480a878161125c45..5947b64f7a39896b2fc6181d7ff97c6faea7af7a 100644 |
--- a/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h |
+++ b/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h |
@@ -35,9 +35,9 @@ |
extern "C" { |
#include "png.h" |
} |
-#include "wtf/Allocator.h" |
-#include "wtf/Vector.h" |
#include <memory> |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Vector.h" |
namespace blink { |