summaryrefslogtreecommitdiffstats
path: root/cc/test/animation_test_common.cc
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 09:34:48 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 09:34:48 +0000
commitcdb284d7a99f11f80fa07ac0390eacf65322d1ef (patch)
tree9268fd0d17b0d41dbfd3548e6286434393e045e3 /cc/test/animation_test_common.cc
parentd59adfc29b142ce07e26822203f432658473504a (diff)
downloadchromium_src-cdb284d7a99f11f80fa07ac0390eacf65322d1ef.zip
chromium_src-cdb284d7a99f11f80fa07ac0390eacf65322d1ef.tar.gz
chromium_src-cdb284d7a99f11f80fa07ac0390eacf65322d1ef.tar.bz2
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
Diffstat (limited to 'cc/test/animation_test_common.cc')
-rw-r--r--cc/test/animation_test_common.cc2
1 files changed, 1 insertions, 1 deletions
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;