diff options
Diffstat (limited to 'cc/test/animation_test_common.cc')
-rw-r--r-- | cc/test/animation_test_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc index e7264ee..7ceaf3f 100644 --- a/cc/test/animation_test_common.cc +++ b/cc/test/animation_test_common.cc @@ -9,7 +9,7 @@ #include "CCKeyframedAnimationCurve.h" #include "CCLayerAnimationController.h" #include "CCLayerImpl.h" -#include "LayerChromium.h" +#include "cc/layer.h" #include <public/WebTransformOperations.h> using namespace cc; |