| Index: sky/engine/core/dom/custom/CustomElement.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElement.h b/sky/engine/core/dom/custom/CustomElement.h
|
| index 842bcbbe005d1e6027cc8406742952d7c4092b0d..ea7982b24f4302b7568437b917bbab4d10b176e3 100644
|
| --- a/sky/engine/core/dom/custom/CustomElement.h
|
| +++ b/sky/engine/core/dom/custom/CustomElement.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElement_h
|
| -#define CustomElement_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENT_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENT_H_
|
|
|
| #include "sky/engine/core/dom/custom/CustomElementDefinition.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -78,4 +78,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CustomElement_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENT_H_
|
|
|