| Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| index fadf40f878dda3658e4242618a976ea09cee49c5..12eb6007a494664c82824e0ec616cdfd9a6766a6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h
|
| @@ -26,17 +26,17 @@
|
| #ifndef ImageDecodingStore_h
|
| #define ImageDecodingStore_h
|
|
|
| +#include <memory>
|
| #include "SkSize.h"
|
| #include "SkTypes.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/graphics/skia/SkSizeHash.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| -#include "wtf/DoublyLinkedList.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| +#include "platform/wtf/DoublyLinkedList.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|