| Index: sky/engine/public/web/WebCustomElement.h
|
| diff --git a/sky/engine/public/web/WebCustomElement.h b/sky/engine/public/web/WebCustomElement.h
|
| index a57083116524a20c883e98b554b9940c8f7e87d7..138383133615786a61e52e60c47a40e8b765e1f6 100644
|
| --- a/sky/engine/public/web/WebCustomElement.h
|
| +++ b/sky/engine/public/web/WebCustomElement.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebCustomElement_h
|
| -#define WebCustomElement_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBCUSTOMELEMENT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBCUSTOMELEMENT_H_
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| @@ -52,4 +52,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBCUSTOMELEMENT_H_
|
|
|