Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.cpp

Issue 2558033002: Loading: move ImageResource and related classes to core/loader/resource (Closed)
Patch Set: rebase and format Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698