| Index: sky/engine/core/dom/Attribute.h
|
| diff --git a/sky/engine/core/dom/Attribute.h b/sky/engine/core/dom/Attribute.h
|
| index fb7d0298df3739d1203e374649a6d3c2bb5488a1..e45b1fe6f70b8d3660b5b2bc23fa4262105d8065 100644
|
| --- a/sky/engine/core/dom/Attribute.h
|
| +++ b/sky/engine/core/dom/Attribute.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef Attribute_h
|
| -#define Attribute_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ATTRIBUTE_H_
|
| +#define SKY_ENGINE_CORE_DOM_ATTRIBUTE_H_
|
|
|
| #include "sky/engine/core/dom/QualifiedName.h"
|
|
|
| @@ -70,4 +70,4 @@ inline bool Attribute::matches(const QualifiedName& qualifiedName) const
|
|
|
| } // namespace blink
|
|
|
| -#endif // Attribute_h
|
| +#endif // SKY_ENGINE_CORE_DOM_ATTRIBUTE_H_
|
|
|