| Index: cc/font_atlas.h
|
| diff --git a/cc/font_atlas.h b/cc/font_atlas.h
|
| index 208096665d3d7d38e52fab8072a88fed2839b767..084008828c8f955cae4cc8c7df91990f8aac8ab1 100644
|
| --- a/cc/font_atlas.h
|
| +++ b/cc/font_atlas.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 CCFontAtlas_h
|
| -#define CCFontAtlas_h
|
| +#ifndef CC_FONT_ATLAS_H_
|
| +#define CC_FONT_ATLAS_H_
|
|
|
| #include <string>
|
|
|
| @@ -63,4 +63,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_FONT_ATLAS_H_
|
|
|