| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| index fbe85ac1b236bae292dd4f6f23c4da3213193643..490ccb1f4ccf0dc6d751793c777b4f9f2d9c34c3 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <memory>
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| class SkBitmap;
|
|
|
|
|