| Index: third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| index c4ef7da4e722d494d33e86a8fc2d74c8972b06da..9fa03d9af6db1994fe44dacb94ca1af1fb850a8f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| @@ -25,9 +25,9 @@
|
|
|
| #ifndef MockImageDecoder_h
|
|
|
| -#include "platform/image-decoders/ImageDecoder.h"
|
| -#include "wtf/PtrUtil.h"
|
| #include <memory>
|
| +#include "platform/image-decoders/ImageDecoder.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|