Index: Source/core/layout/LayoutObject.cpp |
diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp |
index 72824d04dffdb07ae147e30b7844178eefc27551..7c325cffc942d24af250673151dc852f8ead2d79 100644 |
--- a/Source/core/layout/LayoutObject.cpp |
+++ b/Source/core/layout/LayoutObject.cpp |
@@ -70,8 +70,8 @@ |
#include "core/layout/LayoutTheme.h" |
#include "core/layout/LayoutView.h" |
#include "core/layout/compositing/DeprecatedPaintLayerCompositor.h" |
-#include "core/layout/style/ContentData.h" |
-#include "core/layout/style/ShadowList.h" |
+#include "core/style/ContentData.h" |
+#include "core/style/ShadowList.h" |
#include "core/page/AutoscrollController.h" |
#include "core/page/EventHandler.h" |
#include "core/page/Page.h" |