diff options
Diffstat (limited to 'cc/test/animation_test_common.h')
-rw-r--r-- | cc/test/animation_test_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h index 7b512d7..bdce62c 100644 --- a/cc/test/animation_test_common.h +++ b/cc/test/animation_test_common.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CCAnimationTestCommon_h -#define CCAnimationTestCommon_h +#ifndef CC_TEST_ANIMATION_TEST_COMMON_H_ +#define CC_TEST_ANIMATION_TEST_COMMON_H_ #include "cc/active_animation.h" #include "cc/animation_curve.h" @@ -88,4 +88,4 @@ void addAnimatedTransformToLayer(cc::LayerImpl&, double duration, int deltaX, in } // namespace WebKitTests -#endif // CCAnimationTesctCommon_h +#endif // CC_TEST_ANIMATION_TEST_COMMON_H_ |