| Index: third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| index 70f787b7461e36655e94b026afe7edaf98463a34..fa2c4252785c98ecb389dd7819e52de345ce312e 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| @@ -6,9 +6,9 @@
|
| #define ImageResourceInfo_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/fetch/ResourceStatus.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/Heap.h"
|
| +#include "platform/loader/fetch/ResourceStatus.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "wtf/Forward.h"
|
|
|
|
|