| Index: cc/active_animation.h
|
| diff --git a/cc/active_animation.h b/cc/active_animation.h
|
| index 0839662e0f5030184d9cc54fb8c4050c2326b424..be195bd109d92b860561ab2965e9ecf65a69318f 100644
|
| --- a/cc/active_animation.h
|
| +++ b/cc/active_animation.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 CCActiveAnimation_h
|
| -#define CCActiveAnimation_h
|
| +#ifndef CC_ACTIVE_ANIMATION_H_
|
| +#define CC_ACTIVE_ANIMATION_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -159,4 +159,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCActiveAnimation_h
|
| +#endif // CC_ACTIVE_ANIMATION_H_
|
|
|