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

Unified Diff: Source/core/style/StyleDeprecatedFlexibleBoxData.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/style/StyleDeprecatedFlexibleBoxData.h ('k') | Source/core/style/StyleDifference.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleDeprecatedFlexibleBoxData.cpp
diff --git a/Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp b/Source/core/style/StyleDeprecatedFlexibleBoxData.cpp
similarity index 94%
rename from Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp
rename to Source/core/style/StyleDeprecatedFlexibleBoxData.cpp
index b1f46cb0ca0b71e0b2e35f7f9751f66bff2721e1..8cf8b41998730fb9600c70d0e43725b6cf4261c9 100644
--- a/Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp
+++ b/Source/core/style/StyleDeprecatedFlexibleBoxData.cpp
@@ -20,9 +20,9 @@
*/
#include "config.h"
-#include "core/layout/style/StyleDeprecatedFlexibleBoxData.h"
+#include "core/style/StyleDeprecatedFlexibleBoxData.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
namespace blink {
« no previous file with comments | « Source/core/style/StyleDeprecatedFlexibleBoxData.h ('k') | Source/core/style/StyleDifference.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698