Index: third_party/WebKit/Source/core/loader/resource/ImageResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.h b/third_party/WebKit/Source/core/loader/resource/ImageResource.h |
similarity index 97% |
rename from third_party/WebKit/Source/core/fetch/ImageResource.h |
rename to third_party/WebKit/Source/core/loader/resource/ImageResource.h |
index 29360cbc46fad5834d7fab9039a347494bdbdf13..3872761ac4bf6f0448d118f47e8bff1a1a5c7a16 100644 |
--- a/third_party/WebKit/Source/core/fetch/ImageResource.h |
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResource.h |
@@ -24,9 +24,9 @@ |
#define ImageResource_h |
#include "core/CoreExport.h" |
-#include "core/fetch/ImageResourceInfo.h" |
-#include "core/fetch/MultipartImageResourceParser.h" |
#include "core/fetch/Resource.h" |
+#include "core/loader/resource/ImageResourceInfo.h" |
+#include "core/loader/resource/MultipartImageResourceParser.h" |
#include "platform/Timer.h" |
#include "platform/heap/Handle.h" |
#include <memory> |