| Index: sky/engine/core/dom/custom/CustomElementDefinition.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementDefinition.h b/sky/engine/core/dom/custom/CustomElementDefinition.h
|
| index 7b718c8910fd451ca2aef6d4e200ad3e1ad84f0d..b9bb2bddc49fd0c6c9a9da0fb97927c29c4cfd8b 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementDefinition.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementDefinition.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElementDefinition_h
|
| -#define CustomElementDefinition_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTDEFINITION_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTDEFINITION_H_
|
|
|
| #include "sky/engine/core/dom/custom/CustomElementDescriptor.h"
|
| #include "sky/engine/core/dom/custom/CustomElementLifecycleCallbacks.h"
|
| @@ -54,4 +54,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CustomElementDefinition_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTDEFINITION_H_
|
|
|