| Index: third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.h b/third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.h
|
| index 7c242375742be91a6d4a95829c616c8b0866c2c2..d4bd92a7048d5c2523d7d28d4c5707588f077e3d 100644
|
| --- a/third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef JPEGImageEncoder_h
|
| #define JPEGImageEncoder_h
|
|
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| #include <memory>
|
| +#include "platform/geometry/IntSize.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|