| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| index d7ff80ed8abbd1d06688ce880514bd98bcf0a116..5bcdbe610fa4ce067631594c4f7d0bd975e033b9 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| @@ -30,14 +30,14 @@
|
|
|
| #include "platform/image-decoders/gif/GIFImageDecoder.h"
|
|
|
| +#include <memory>
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/image-decoders/ImageDecoderTestHelpers.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebData.h"
|
| #include "public/platform/WebSize.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|