| Index: third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| index fb229ad985d1330173d2bb620bd36bed8ce189eb..158fafafb83fda238accf3cad7b3fc43b5148823 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "platform/image-decoders/ico/ICOImageDecoder.h"
|
|
|
| +#include <memory>
|
| #include "platform/image-decoders/ImageDecoderTestHelpers.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|