| Index: sky/engine/core/css/CSSFontSelector.h
|
| diff --git a/sky/engine/core/css/CSSFontSelector.h b/sky/engine/core/css/CSSFontSelector.h
|
| index cbfb4f976569d12dcc63fd4c9167a00945ac8a07..702e750038418ac5a7aec4a6c685ac9d90a1ec01 100644
|
| --- a/sky/engine/core/css/CSSFontSelector.h
|
| +++ b/sky/engine/core/css/CSSFontSelector.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CSSFontSelector_h
|
| -#define CSSFontSelector_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_CSSFONTSELECTOR_H_
|
| +#define SKY_ENGINE_CORE_CSS_CSSFONTSELECTOR_H_
|
|
|
| #include "sky/engine/core/css/FontFaceCache.h"
|
| #include "sky/engine/core/css/FontLoader.h"
|
| @@ -99,4 +99,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSFontSelector_h
|
| +#endif // SKY_ENGINE_CORE_CSS_CSSFONTSELECTOR_H_
|
|
|