| Index: sky/engine/core/animation/AnimationTestHelper.h
|
| diff --git a/sky/engine/core/animation/AnimationTestHelper.h b/sky/engine/core/animation/AnimationTestHelper.h
|
| index 2bf510d785f70aa093601638b2a55a8983250ead..800122e25624aa696ed95950f73ce6db03fb5735 100644
|
| --- a/sky/engine/core/animation/AnimationTestHelper.h
|
| +++ b/sky/engine/core/animation/AnimationTestHelper.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 AnimationTestHelper_h
|
| -#define AnimationTestHelper_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_ANIMATIONTESTHELPER_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_ANIMATIONTESTHELPER_H_
|
|
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| @@ -20,4 +20,4 @@ void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object>, String, double);
|
|
|
| } // namespace blink
|
|
|
| -#endif // AnimationTestHelper_h
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_ANIMATIONTESTHELPER_H_
|
|
|