| Index: sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementProcessingStack.h b/sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| index 5f90a4b63401e56aafbef7282488206641f6f6e4..af7eb35dd799bd2b1ea2dfd3a864a78ae78f182a 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementProcessingStack.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElementProcessingStack_h
|
| -#define CustomElementProcessingStack_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTPROCESSINGSTACK_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTPROCESSINGSTACK_H_
|
|
|
| #include "sky/engine/core/dom/custom/CustomElementCallbackQueue.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -104,4 +104,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CustomElementProcessingStack_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTPROCESSINGSTACK_H_
|
|
|