Index: third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/MockImageResourceClient.cpp b/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.cpp |
similarity index 90% |
rename from third_party/WebKit/Source/core/fetch/MockImageResourceClient.cpp |
rename to third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.cpp |
index 970527879f87cdf59932f4772f208d6a53785017..56e0c2eeb5c81f6881fcd609193540db2843b697 100644 |
--- a/third_party/WebKit/Source/core/fetch/MockImageResourceClient.cpp |
+++ b/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.cpp |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "core/fetch/MockImageResourceClient.h" |
+#include "core/loader/resource/MockImageResourceClient.h" |
-#include "core/fetch/ImageResource.h" |
-#include "core/fetch/ImageResourceContent.h" |
+#include "core/loader/resource/ImageResource.h" |
+#include "core/loader/resource/ImageResourceContent.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace blink { |