| Index: sky/engine/core/dom/QualifiedName.h
|
| diff --git a/sky/engine/core/dom/QualifiedName.h b/sky/engine/core/dom/QualifiedName.h
|
| index e835293098ae347c3fac6eee04e146a21f35a6b7..41ff4d041254fd30915d747c21fe0e302fa54d06 100644
|
| --- a/sky/engine/core/dom/QualifiedName.h
|
| +++ b/sky/engine/core/dom/QualifiedName.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef QualifiedName_h
|
| -#define QualifiedName_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_QUALIFIEDNAME_H_
|
| +#define SKY_ENGINE_CORE_DOM_QUALIFIEDNAME_H_
|
|
|
| #include "sky/engine/wtf/text/AtomicString.h"
|
|
|
| @@ -60,4 +60,4 @@ inline bool operator!=(const QualifiedName& q, const AtomicString& a) { return a
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_QUALIFIEDNAME_H_
|
|
|