From cdb284d7a99f11f80fa07ac0390eacf65322d1ef Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Mon, 18 Mar 2013 09:34:48 +0000 Subject: Part 11 of cc/ directory shuffles: fix up stragglers Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 This moves files left behind in previous patches and completes the series. BUG=190824 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/12916002 Review URL: https://codereview.chromium.org/12604010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188707 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/animation_test_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/test/animation_test_common.cc') diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc index 8711b35..99435e8 100644 --- a/cc/test/animation_test_common.cc +++ b/cc/test/animation_test_common.cc @@ -6,9 +6,9 @@ #include "cc/animation/keyframed_animation_curve.h" #include "cc/animation/layer_animation_controller.h" +#include "cc/animation/transform_operations.h" #include "cc/layers/layer.h" #include "cc/layers/layer_impl.h" -#include "cc/transform_operations.h" using cc::Animation; using cc::AnimationCurve; -- cgit v1.1