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

Unified Diff: Source/core/style/BorderData.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/BasicShapes.cpp ('k') | Source/core/style/BorderEdge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/BorderData.h
diff --git a/Source/core/layout/style/BorderData.h b/Source/core/style/BorderData.h
similarity index 98%
rename from Source/core/layout/style/BorderData.h
rename to Source/core/style/BorderData.h
index 6ec71e08e598c68e3bda3cbe1e79410029a3837e..4fd5d2453ce6580ff17ab0dac5204031a1b51ba7 100644
--- a/Source/core/layout/style/BorderData.h
+++ b/Source/core/style/BorderData.h
@@ -25,8 +25,8 @@
#ifndef BorderData_h
#define BorderData_h
-#include "core/layout/style/BorderValue.h"
-#include "core/layout/style/NinePieceImage.h"
+#include "core/style/BorderValue.h"
+#include "core/style/NinePieceImage.h"
#include "platform/LengthSize.h"
#include "platform/geometry/IntRect.h"
« no previous file with comments | « Source/core/style/BasicShapes.cpp ('k') | Source/core/style/BorderEdge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698