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

Unified Diff: Source/core/dom/MockImageResourceClient.h

Issue 1167583003: Move Resource subclasses out of fetch/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/core/dom/ImageResourceTest.cpp ('k') | Source/core/dom/PendingScript.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MockImageResourceClient.h
diff --git a/Source/core/fetch/MockImageResourceClient.h b/Source/core/dom/MockImageResourceClient.h
similarity index 98%
rename from Source/core/fetch/MockImageResourceClient.h
rename to Source/core/dom/MockImageResourceClient.h
index 1ac3b8986e1ec7e3a978965f51eeea9f5813254a..0d1fe9e2218270cd141d5016a6047e1febf6d7c7 100644
--- a/Source/core/fetch/MockImageResourceClient.h
+++ b/Source/core/dom/MockImageResourceClient.h
@@ -31,7 +31,7 @@
#ifndef MockImageResourceClient_h
#define MockImageResourceClient_h
-#include "core/fetch/ImageResourceClient.h"
+#include "core/dom/ImageResourceClient.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/core/dom/ImageResourceTest.cpp ('k') | Source/core/dom/PendingScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698