| Index: cc/timing_function.h
|
| diff --git a/cc/timing_function.h b/cc/timing_function.h
|
| index 967dd13c217aeb76a3443a867d237691f5847ce7..df9e7ef76667f2eba65b9656e86de7114e9b031d 100644
|
| --- a/cc/timing_function.h
|
| +++ b/cc/timing_function.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 CCTimingFunction_h
|
| -#define CCTimingFunction_h
|
| +#ifndef CC_TIMING_FUNCTION_H_
|
| +#define CC_TIMING_FUNCTION_H_
|
|
|
| #include "UnitBezier.h"
|
| #include "cc/animation_curve.h"
|
| @@ -60,4 +60,4 @@ public:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCTimingFunction_h
|
| +#endif // CC_TIMING_FUNCTION_H_
|
|
|