Index: third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h |
diff --git a/third_party/WebKit/Source/core/fetch/MockImageResourceClient.h b/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h |
similarity index 89% |
rename from third_party/WebKit/Source/core/fetch/MockImageResourceClient.h |
rename to third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h |
index ecbfb8af379daad75b03cd997bf071735a5ffa7a..9a16d55df7e8241cc953eaea57804d82d401f5d1 100644 |
--- a/third_party/WebKit/Source/core/fetch/MockImageResourceClient.h |
+++ b/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h |
@@ -5,10 +5,10 @@ |
#ifndef MockImageResourceClient_h |
#define MockImageResourceClient_h |
-#include "core/fetch/ImageResource.h" |
-#include "core/fetch/ImageResourceContent.h" |
-#include "core/fetch/ImageResourceObserver.h" |
#include "core/fetch/MockResourceClient.h" |
+#include "core/loader/resource/ImageResource.h" |
+#include "core/loader/resource/ImageResourceContent.h" |
+#include "core/loader/resource/ImageResourceObserver.h" |
namespace blink { |