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

Unified Diff: third_party/WebKit/Source/core/style/ShapeValue.h

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/style/ShapeValue.h
diff --git a/third_party/WebKit/Source/core/style/ShapeValue.h b/third_party/WebKit/Source/core/style/ShapeValue.h
index 86f785263ee204ded572a39495ee56e1bfd199e8..9dc281e9e06b0430260fe0b306e718a92ab60803 100644
--- a/third_party/WebKit/Source/core/style/ShapeValue.h
+++ b/third_party/WebKit/Source/core/style/ShapeValue.h
@@ -30,10 +30,10 @@
#ifndef ShapeValue_h
#define ShapeValue_h
-#include "core/fetch/ImageResourceContent.h"
+#include "core/loader/resource/ImageResourceContent.h"
#include "core/style/BasicShapes.h"
-#include "core/style/DataEquivalency.h"
#include "core/style/ComputedStyleConstants.h"
+#include "core/style/DataEquivalency.h"
#include "core/style/StyleImage.h"
#include "wtf/PassRefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698