| Index: sky/engine/core/dom/custom/CustomElementObserver.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementObserver.h b/sky/engine/core/dom/custom/CustomElementObserver.h
|
| index c58c9517e3748ab8a832af3876f221b7a8464eb6..3cea92877b89464652925f1e08580fc2111b455b 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementObserver.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementObserver.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElementObserver_h
|
| -#define CustomElementObserver_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTOBSERVER_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTOBSERVER_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -59,4 +59,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // CustomElementObserver_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTOBSERVER_H_
|
|
|