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

Unified Diff: Source/core/layout/LayoutGrid.cpp

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/LayoutGrid.h ('k') | Source/core/layout/LayoutImageResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutGrid.cpp
diff --git a/Source/core/layout/LayoutGrid.cpp b/Source/core/layout/LayoutGrid.cpp
index d0a9d6f2a9ef85ab6507b234be6d1ff7e126677b..acc7c54ea048db8e40e96c86d2c282b54c890254 100644
--- a/Source/core/layout/LayoutGrid.cpp
+++ b/Source/core/layout/LayoutGrid.cpp
@@ -28,8 +28,8 @@
#include "core/layout/LayoutView.h"
#include "core/layout/TextAutosizer.h"
-#include "core/layout/style/GridCoordinate.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/GridCoordinate.h"
+#include "core/style/ComputedStyle.h"
#include "core/paint/DeprecatedPaintLayer.h"
#include "core/paint/GridPainter.h"
#include "platform/LengthFunctions.h"
« no previous file with comments | « Source/core/layout/LayoutGrid.h ('k') | Source/core/layout/LayoutImageResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698