| Index: sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/DocumentStyleSheetCollection.h b/sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| index 3bf17451345beecc5992d80a3daed41c4b48a485..0d12e3c6ba67e9700d15fbf043abc904198d3aa4 100644
|
| --- a/sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/DocumentStyleSheetCollection.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef DocumentStyleSheetCollection_h
|
| -#define DocumentStyleSheetCollection_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENTSTYLESHEETCOLLECTION_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENTSTYLESHEETCOLLECTION_H_
|
|
|
| #include "sky/engine/core/dom/TreeScopeStyleSheetCollection.h"
|
|
|
| @@ -56,5 +56,5 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENTSTYLESHEETCOLLECTION_H_
|
|
|
|
|