| Index: sky/engine/core/dom/ExecutionContextClient.h
|
| diff --git a/sky/engine/core/dom/ExecutionContextClient.h b/sky/engine/core/dom/ExecutionContextClient.h
|
| index 333f2a38aceebc8e471c1912453b2e3a215c47ff..164d3537229baa8844ca74615f17bcee1fb7951e 100644
|
| --- a/sky/engine/core/dom/ExecutionContextClient.h
|
| +++ b/sky/engine/core/dom/ExecutionContextClient.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ExecutionContextClient_h
|
| -#define ExecutionContextClient_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_EXECUTIONCONTEXTCLIENT_H_
|
| +#define SKY_ENGINE_CORE_DOM_EXECUTIONCONTEXTCLIENT_H_
|
|
|
| #include "sky/engine/core/frame/ConsoleTypes.h"
|
| #include "sky/engine/core/inspector/ConsoleMessage.h"
|
| @@ -64,4 +64,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_EXECUTIONCONTEXTCLIENT_H_
|
|
|