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

Unified Diff: Source/core/layout/shapes/Shape.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
« no previous file with comments | « Source/core/layout/line/InlineFlowBox.cpp ('k') | Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/shapes/Shape.h
diff --git a/Source/core/layout/shapes/Shape.h b/Source/core/layout/shapes/Shape.h
index 592be5fd940bb7d3e4319c1a050e1ae51b697ad7..1a0d8b12b6337de30641f45e9ec561163baaf4d8 100644
--- a/Source/core/layout/shapes/Shape.h
+++ b/Source/core/layout/shapes/Shape.h
@@ -30,8 +30,8 @@
#ifndef Shape_h
#define Shape_h
-#include "core/layout/style/BasicShapes.h"
-#include "core/layout/style/StyleImage.h"
+#include "core/style/BasicShapes.h"
+#include "core/style/StyleImage.h"
#include "platform/geometry/LayoutRect.h"
#include "platform/graphics/Path.h"
#include "platform/text/WritingMode.h"
« no previous file with comments | « Source/core/layout/line/InlineFlowBox.cpp ('k') | Source/core/layout/shapes/Shape.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698