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

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

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: rebase Created 3 years, 11 months 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.h
diff --git a/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h b/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h
index 9a16d55df7e8241cc953eaea57804d82d401f5d1..ecbc913097b6beebd8887e72c70ef4eaf29adfd6 100644
--- a/third_party/WebKit/Source/core/loader/resource/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/MockResourceClient.h"
#include "core/loader/resource/ImageResource.h"
#include "core/loader/resource/ImageResourceContent.h"
#include "core/loader/resource/ImageResourceObserver.h"
+#include "platform/loader/fetch/MockResourceClient.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698