| Index: sky/engine/core/dom/AttributeCollection.h
|
| diff --git a/sky/engine/core/dom/AttributeCollection.h b/sky/engine/core/dom/AttributeCollection.h
|
| index 754c73a8bf5dff8bed652fac2675ed6c32665661..7a0125d9f2b0afcf411dfde3acd111c89d4cfc81 100644
|
| --- a/sky/engine/core/dom/AttributeCollection.h
|
| +++ b/sky/engine/core/dom/AttributeCollection.h
|
| @@ -30,8 +30,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef AttributeCollection_h
|
| -#define AttributeCollection_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ATTRIBUTECOLLECTION_H_
|
| +#define SKY_ENGINE_CORE_DOM_ATTRIBUTECOLLECTION_H_
|
|
|
| #include "sky/engine/core/dom/Attr.h"
|
| #include "sky/engine/core/dom/Attribute.h"
|
| @@ -159,4 +159,4 @@ size_t AttributeCollectionGeneric<Container, ContainerMemberType>::findIndex(Att
|
|
|
| } // namespace blink
|
|
|
| -#endif // AttributeCollection_h
|
| +#endif // SKY_ENGINE_CORE_DOM_ATTRIBUTECOLLECTION_H_
|
|
|