Chromium Code Reviews| Index: cc/font_atlas.h |
| diff --git a/cc/font_atlas.h b/cc/font_atlas.h |
| index 0656a9846f1bf1caad78ac0e5519f44103816f26..24592e4b52bfff2f76fee836fbe703849542de92 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> |
| @@ -60,4 +60,4 @@ private: |
| } // namespace cc |
| -#endif |
| +#endif // CC_FONT_ATLAS_H_ |