| Index: sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/TreeScopeStyleSheetCollection.h b/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| index e457d3a2a4cca8411dba5f5f1a5e341e150e0887..3dd27edfca0bfa796ef832bccf098f78b31216aa 100644
|
| --- a/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef TreeScopeStyleSheetCollection_h
|
| -#define TreeScopeStyleSheetCollection_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_TREESCOPESTYLESHEETCOLLECTION_H_
|
| +#define SKY_ENGINE_CORE_DOM_TREESCOPESTYLESHEETCOLLECTION_H_
|
|
|
| #include "sky/engine/core/dom/Document.h"
|
| #include "sky/engine/core/dom/DocumentOrderedList.h"
|
| @@ -97,4 +97,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_TREESCOPESTYLESHEETCOLLECTION_H_
|
|
|