| Index: sky/engine/core/dom/ExecutionContext.h
|
| diff --git a/sky/engine/core/dom/ExecutionContext.h b/sky/engine/core/dom/ExecutionContext.h
|
| index c4448a0342f841466698e31e2801ad72bbb4ff6a..95221e6de92911462e4a904b044a6c1650c1c966 100644
|
| --- a/sky/engine/core/dom/ExecutionContext.h
|
| +++ b/sky/engine/core/dom/ExecutionContext.h
|
| @@ -25,8 +25,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ExecutionContext_h
|
| -#define ExecutionContext_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_EXECUTIONCONTEXT_H_
|
| +#define SKY_ENGINE_CORE_DOM_EXECUTIONCONTEXT_H_
|
|
|
| #include "sky/engine/core/dom/ActiveDOMObject.h"
|
| #include "sky/engine/core/dom/ExecutionContextClient.h"
|
| @@ -143,4 +143,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ExecutionContext_h
|
| +#endif // SKY_ENGINE_CORE_DOM_EXECUTIONCONTEXT_H_
|
|
|