| Index: third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| index 9d6417aebcf6c3fc086ed036a04aa9621fb8df54..d829bfef401a27074cfb8d5f86fca7e37e42d9da 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ImageResourceContent_h
|
| #define ImageResourceContent_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/IntSizeHash.h"
|
| @@ -12,12 +13,11 @@
|
| #include "platform/graphics/Image.h"
|
| #include "platform/graphics/ImageObserver.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| +#include "platform/loader/fetch/ResourceLoadPriority.h"
|
| #include "platform/loader/fetch/ResourceStatus.h"
|
| -#include "platform/network/ResourceLoadPriority.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "wtf/HashCountedSet.h"
|
| #include "wtf/HashMap.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|