| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
|
| index 286cdcf4550284ba9ec8681b332e3fed1ed93ad5..e9c7b332c552d5df3ce302d082cf3fbeea9fa76b 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #include "platform/image-decoders/ImageDecoder.h"
|
|
|
| +#include <memory>
|
| #include "platform/image-decoders/ImageFrame.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|