| Index: sky/engine/core/dom/StyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/StyleSheetCollection.h b/sky/engine/core/dom/StyleSheetCollection.h
|
| index ae12e4c47ae47e5b8a4ac41f6efca8c8905635ee..eba3c0d25f70c7bfff2936db8853df3494f6f46f 100644
|
| --- a/sky/engine/core/dom/StyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/StyleSheetCollection.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef StyleSheetCollection_h
|
| -#define StyleSheetCollection_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_STYLESHEETCOLLECTION_H_
|
| +#define SKY_ENGINE_CORE_DOM_STYLESHEETCOLLECTION_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/FastAllocBase.h"
|
| @@ -66,5 +66,5 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_STYLESHEETCOLLECTION_H_
|
|
|
|
|