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

Unified Diff: Source/core/animation/css/CSSPropertyEquality.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/animation/css/CSSAnimations.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSPropertyEquality.cpp
diff --git a/Source/core/animation/css/CSSPropertyEquality.cpp b/Source/core/animation/css/CSSPropertyEquality.cpp
index a57ba38598c0d2eb897b657fdc988086b349d1c2..8961698c687f750e944192751808c518a119cfe4 100644
--- a/Source/core/animation/css/CSSPropertyEquality.cpp
+++ b/Source/core/animation/css/CSSPropertyEquality.cpp
@@ -6,9 +6,9 @@
#include "core/animation/css/CSSPropertyEquality.h"
#include "core/animation/css/CSSAnimations.h"
-#include "core/layout/style/DataEquivalency.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/ShadowList.h"
+#include "core/style/DataEquivalency.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/ShadowList.h"
namespace blink {
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698