| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index 53eea205a2192d61b4206ff30ddd64cb3c7dbfe3..77b64113cfbfc43c81bc2411fa7600ff999d4502 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "platform/graphics/DeferredImageDecoder.h"
|
|
|
| +#include <memory>
|
| #include "platform/CrossThreadFunctional.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/WebTaskRunner.h"
|
| @@ -44,7 +45,6 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|