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

Unified Diff: sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
index 9e6277361fb57a4ee904d1218a26597260d18856..83839ea8a1f2ecfb935c9edc38e63e80453e2c54 100644
--- a/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
+++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-#include "core/animation/DeferredLegacyStyleInterpolation.h"
-
-#include "core/animation/LegacyStyleInterpolation.h"
-#include "core/css/CSSImageValue.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/CSSShadowValue.h"
-#include "core/css/CSSValueList.h"
-#include "core/css/Pair.h"
-#include "core/css/Rect.h"
-#include "core/css/resolver/StyleResolver.h"
-#include "core/css/resolver/StyleResolverState.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/animation/DeferredLegacyStyleInterpolation.h"
+
+#include "sky/engine/core/animation/LegacyStyleInterpolation.h"
+#include "sky/engine/core/css/CSSImageValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/core/css/CSSShadowValue.h"
+#include "sky/engine/core/css/CSSValueList.h"
+#include "sky/engine/core/css/Pair.h"
+#include "sky/engine/core/css/Rect.h"
+#include "sky/engine/core/css/resolver/StyleResolver.h"
+#include "sky/engine/core/css/resolver/StyleResolverState.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698