| Index: cc/math_util.h
|
| diff --git a/cc/math_util.h b/cc/math_util.h
|
| index f2cba22f357b8a1007ef0fd01e72fc251cc8847c..7d22c6cb865acdb1e6a1e7972ef9b0b5943a3128 100644
|
| --- a/cc/math_util.h
|
| +++ b/cc/math_util.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 CCMathUtil_h
|
| -#define CCMathUtil_h
|
| +#ifndef CC_MATH_UTIL_H_
|
| +#define CC_MATH_UTIL_H_
|
|
|
| #include "base/logging.h"
|
| #include "cc/cc_export.h"
|
| @@ -112,4 +112,4 @@ public:
|
|
|
| } // namespace cc
|
|
|
| -#endif // #define CCMathUtil_h
|
| +#endif // CC_MATH_UTIL_H_
|
|
|