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

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

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.cpp
diff --git a/Source/core/layout/style/StyleMotionData.cpp b/Source/core/style/StyleMotionData.cpp
similarity index 87%
rename from Source/core/layout/style/StyleMotionData.cpp
rename to Source/core/style/StyleMotionData.cpp
index fe93a47c72d4119da0fb0f06087b9fd4ad5de75a..fd0686d8bab287814aa6ad436ebf208da22ec06b 100644
--- a/Source/core/layout/style/StyleMotionData.cpp
+++ b/Source/core/style/StyleMotionData.cpp
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/layout/style/StyleMotionData.h"
+#include "core/style/StyleMotionData.h"
-#include "core/layout/style/PathStyleMotionPath.h"
+#include "core/style/PathStyleMotionPath.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698