| Index: sky/engine/core/dom/Attr.h
|
| diff --git a/sky/engine/core/dom/Attr.h b/sky/engine/core/dom/Attr.h
|
| index 65c2af080c6b7c07ad894e38bf167568efaea4ee..1ef8170d300b5229e7afbc8563ba0cc1f1567e9a 100644
|
| --- a/sky/engine/core/dom/Attr.h
|
| +++ b/sky/engine/core/dom/Attr.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef Attr_h
|
| -#define Attr_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ATTR_H_
|
| +#define SKY_ENGINE_CORE_DOM_ATTR_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/dom/QualifiedName.h"
|
| @@ -50,4 +50,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Attr_h
|
| +#endif // SKY_ENGINE_CORE_DOM_ATTR_H_
|
|
|