| Index: sky/engine/core/css/DocumentFontFaceSet.h
|
| diff --git a/sky/engine/core/css/DocumentFontFaceSet.h b/sky/engine/core/css/DocumentFontFaceSet.h
|
| index 4d09da7f3d8e6909b9662709f98aba068571e7b6..69d2c5a303f9c348384178b85c4a48a3c1cfe77c 100644
|
| --- a/sky/engine/core/css/DocumentFontFaceSet.h
|
| +++ b/sky/engine/core/css/DocumentFontFaceSet.h
|
| @@ -23,8 +23,8 @@
|
| * DAMAGE.
|
| */
|
|
|
| -#ifndef DocumentFontFaceSet_h
|
| -#define DocumentFontFaceSet_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_DOCUMENTFONTFACESET_H_
|
| +#define SKY_ENGINE_CORE_CSS_DOCUMENTFONTFACESET_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -41,4 +41,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DocumentFontFaceSet_h
|
| +#endif // SKY_ENGINE_CORE_CSS_DOCUMENTFONTFACESET_H_
|
|
|