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

Unified Diff: sky/engine/core/animation/KeyframeEffectModelTest.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/KeyframeEffectModelTest.cpp
diff --git a/sky/engine/core/animation/KeyframeEffectModelTest.cpp b/sky/engine/core/animation/KeyframeEffectModelTest.cpp
index e46e734d91c0e9948c0132e49a9cf46c415a7cbe..f5ee2cc06f5d35b4023c5384e5b038b496c5966f 100644
--- a/sky/engine/core/animation/KeyframeEffectModelTest.cpp
+++ b/sky/engine/core/animation/KeyframeEffectModelTest.cpp
@@ -28,16 +28,16 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/animation/KeyframeEffectModel.h"
-
-#include "core/animation/LegacyStyleInterpolation.h"
-#include "core/animation/animatable/AnimatableLength.h"
-#include "core/animation/animatable/AnimatableUnknown.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/parser/BisonCSSParser.h"
-#include "core/css/resolver/CSSToStyleMap.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/animation/KeyframeEffectModel.h"
+
#include <gtest/gtest.h>
+#include "sky/engine/core/animation/LegacyStyleInterpolation.h"
+#include "sky/engine/core/animation/animatable/AnimatableLength.h"
+#include "sky/engine/core/animation/animatable/AnimatableUnknown.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/core/css/parser/BisonCSSParser.h"
+#include "sky/engine/core/css/resolver/CSSToStyleMap.h"
using namespace blink;
« no previous file with comments | « sky/engine/core/animation/KeyframeEffectModel.cpp ('k') | sky/engine/core/animation/LegacyStyleInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698