| Index: sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| index 89603f67631bd08459f68ad3b0a460af4e8eb628..7634404c76376e46847dfbecb9c48bf7b5a87480 100644
|
| --- a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ShadowTreeStyleSheetCollection_h
|
| -#define ShadowTreeStyleSheetCollection_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_SHADOWTREESTYLESHEETCOLLECTION_H_
|
| +#define SKY_ENGINE_CORE_DOM_SHADOWTREESTYLESHEETCOLLECTION_H_
|
|
|
| #include "sky/engine/core/dom/TreeScopeStyleSheetCollection.h"
|
|
|
| @@ -50,5 +50,5 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_SHADOWTREESTYLESHEETCOLLECTION_H_
|
|
|
|
|