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

Unified Diff: Source/core/style/StyleMotionData.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/style/StyleMotionData.h
diff --git a/Source/core/layout/style/StyleMotionData.h b/Source/core/style/StyleMotionData.h
similarity index 90%
rename from Source/core/layout/style/StyleMotionData.h
rename to Source/core/style/StyleMotionData.h
index 01939602afbd4ef033d28109b0fabdec893d9bcc..0fcafa1efc3c9e33a76f5273160738c7d3eb9708 100644
--- a/Source/core/layout/style/StyleMotionData.h
+++ b/Source/core/style/StyleMotionData.h
@@ -5,8 +5,8 @@
#ifndef StyleMotionData_h
#define StyleMotionData_h
-#include "core/layout/style/ComputedStyleConstants.h"
-#include "core/layout/style/StyleMotionPath.h"
+#include "core/style/ComputedStyleConstants.h"
+#include "core/style/StyleMotionPath.h"
#include "platform/Length.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698