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

Unified Diff: Source/core/dom/ImageResourceTest.cpp

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/ImageResourceClient.h ('k') | Source/core/dom/MockImageResourceClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ImageResourceTest.cpp
diff --git a/Source/core/fetch/ImageResourceTest.cpp b/Source/core/dom/ImageResourceTest.cpp
similarity index 98%
rename from Source/core/fetch/ImageResourceTest.cpp
rename to Source/core/dom/ImageResourceTest.cpp
index 9972285673d05cceebb7cee5fb506c4af28945ad..e70c856ab8523eb60fd188a756a4b885fe84f20f 100644
--- a/Source/core/fetch/ImageResourceTest.cpp
+++ b/Source/core/dom/ImageResourceTest.cpp
@@ -29,11 +29,10 @@
*/
#include "config.h"
-#include "core/fetch/ImageResource.h"
+#include "core/dom/ImageResource.h"
-#include "core/fetch/ImageResourceClient.h"
+#include "core/dom/MockImageResourceClient.h"
#include "core/fetch/MemoryCache.h"
-#include "core/fetch/MockImageResourceClient.h"
#include "core/fetch/ResourceFetcher.h"
#include "core/fetch/ResourceLoader.h"
#include "core/fetch/ResourcePtr.h"
@@ -48,6 +47,8 @@
#include "public/platform/WebURLResponse.h"
#include "public/platform/WebUnitTestSupport.h"
+#include <gtest/gtest.h>
+
namespace blink {
static Vector<unsigned char> jpegImage()
« no previous file with comments | « Source/core/dom/ImageResourceClient.h ('k') | Source/core/dom/MockImageResourceClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698