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

Unified Diff: Source/core/style/GridCoordinate.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/style/FillLayer.cpp ('k') | Source/core/style/GridLength.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/GridCoordinate.h
diff --git a/Source/core/layout/style/GridCoordinate.h b/Source/core/style/GridCoordinate.h
similarity index 99%
rename from Source/core/layout/style/GridCoordinate.h
rename to Source/core/style/GridCoordinate.h
index 3a4f8056458066d8b2e8258e4564f434cc8e6976..afa687c93defb479f9d57a8ed0945080618eda14 100644
--- a/Source/core/layout/style/GridCoordinate.h
+++ b/Source/core/style/GridCoordinate.h
@@ -31,7 +31,7 @@
#ifndef GridCoordinate_h
#define GridCoordinate_h
-#include "core/layout/style/GridResolvedPosition.h"
+#include "core/style/GridResolvedPosition.h"
#include "wtf/HashMap.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/core/style/FillLayer.cpp ('k') | Source/core/style/GridLength.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698