| Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| index f6226ad5280459df0d97419962401c65ca71ae2a..d57f53ff8003fdcb46d4398a9a226dec121a1ef8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| @@ -25,10 +25,10 @@
|
|
|
| #include "platform/graphics/ImageDecodingStore.h"
|
|
|
| +#include <memory>
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| -#include "wtf/Threading.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Threading.h"
|
|
|
| namespace blink {
|
|
|
|
|