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

Unified Diff: sky/engine/core/animation/AnimationTranslationUtilTest.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/AnimationTranslationUtilTest.cpp
diff --git a/sky/engine/core/animation/AnimationTranslationUtilTest.cpp b/sky/engine/core/animation/AnimationTranslationUtilTest.cpp
index 0ad356b135330bad7123a1e63575fa4f55135392..98c98b4e1b108b0a6f02ea40c42a752570e5b449 100644
--- a/sky/engine/core/animation/AnimationTranslationUtilTest.cpp
+++ b/sky/engine/core/animation/AnimationTranslationUtilTest.cpp
@@ -22,25 +22,25 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "sky/engine/config.h"
-#include "core/animation/AnimationTranslationUtil.h"
+#include "sky/engine/core/animation/AnimationTranslationUtil.h"
-#include "core/animation/css/CSSAnimationData.h"
-#include "platform/animation/KeyframeValueList.h"
-#include "platform/geometry/IntSize.h"
-#include "platform/graphics/filters/FilterOperations.h"
-#include "platform/transforms/Matrix3DTransformOperation.h"
-#include "platform/transforms/RotateTransformOperation.h"
-#include "platform/transforms/ScaleTransformOperation.h"
-#include "platform/transforms/TransformOperations.h"
-#include "platform/transforms/TranslateTransformOperation.h"
-#include "public/platform/WebCompositorAnimation.h"
-#include "public/platform/WebFilterOperations.h"
-#include "public/platform/WebTransformOperations.h"
-#include "wtf/RefPtr.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
+#include "sky/engine/core/animation/css/CSSAnimationData.h"
+#include "sky/engine/platform/animation/KeyframeValueList.h"
+#include "sky/engine/platform/geometry/IntSize.h"
+#include "sky/engine/platform/graphics/filters/FilterOperations.h"
+#include "sky/engine/platform/transforms/Matrix3DTransformOperation.h"
+#include "sky/engine/platform/transforms/RotateTransformOperation.h"
+#include "sky/engine/platform/transforms/ScaleTransformOperation.h"
+#include "sky/engine/platform/transforms/TransformOperations.h"
+#include "sky/engine/platform/transforms/TranslateTransformOperation.h"
+#include "sky/engine/public/platform/WebCompositorAnimation.h"
+#include "sky/engine/public/platform/WebFilterOperations.h"
+#include "sky/engine/public/platform/WebTransformOperations.h"
+#include "sky/engine/wtf/RefPtr.h"
using namespace blink;
« no previous file with comments | « sky/engine/core/animation/AnimationTranslationUtil.cpp ('k') | sky/engine/core/animation/CompositorAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698