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

Unified Diff: Source/core/style/StylePendingImage.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: Source/core/style/StylePendingImage.h
diff --git a/Source/core/layout/style/StylePendingImage.h b/Source/core/style/StylePendingImage.h
similarity index 98%
rename from Source/core/layout/style/StylePendingImage.h
rename to Source/core/style/StylePendingImage.h
index 83da985a2e9f326601a0f937fefebce3b7515be9..8a5153abb987fc0b08af51b1f59e03d1fa435156 100644
--- a/Source/core/layout/style/StylePendingImage.h
+++ b/Source/core/style/StylePendingImage.h
@@ -30,7 +30,7 @@
#include "core/css/CSSImageGeneratorValue.h"
#include "core/css/CSSImageSetValue.h"
#include "core/css/CSSImageValue.h"
-#include "core/layout/style/StyleImage.h"
+#include "core/style/StyleImage.h"
#include "platform/graphics/Image.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698