| Index: sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.h b/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| index 46245175ee252076bdb0c257a7dca2492fe1d7df..aebe43b5cb02192b62bc98e1e2a7752e5537936c 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CustomElementMicrotaskQueueBase_h
|
| -#define CustomElementMicrotaskQueueBase_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTMICROTASKQUEUEBASE_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTMICROTASKQUEUEBASE_H_
|
|
|
| #include "sky/engine/core/dom/custom/CustomElementMicrotaskStep.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -34,4 +34,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // CustomElementMicrotaskQueueBase_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTMICROTASKQUEUEBASE_H_
|
|
|