| Index: sky/engine/core/dom/custom/CustomElementScheduler.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementScheduler.h b/sky/engine/core/dom/custom/CustomElementScheduler.h
|
| index 4a3c7db533d77185b40e7a30bcf0206554c49d0d..5a8b83fc025d58a5270c5fc732cc16f2cf3bdb02 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementScheduler.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementScheduler.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElementScheduler_h
|
| -#define CustomElementScheduler_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTSCHEDULER_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTSCHEDULER_H_
|
|
|
| #include "sky/engine/core/dom/custom/CustomElementCallbackQueue.h"
|
| #include "sky/engine/core/dom/custom/CustomElementLifecycleCallbacks.h"
|
| @@ -84,4 +84,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CustomElementScheduler_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTSCHEDULER_H_
|
|
|