diff options
Diffstat (limited to 'cc/math_util.h')
-rw-r--r-- | cc/math_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/math_util.h b/cc/math_util.h index f2cba22..7d22c6c 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_ |