| Index: sky/engine/core/inspector/ScriptAsyncCallStack.h
|
| diff --git a/sky/engine/core/inspector/ScriptAsyncCallStack.h b/sky/engine/core/inspector/ScriptAsyncCallStack.h
|
| index 7fc87b2d38b187921da06c9e57e6db079a63fb69..ae3044ac60abd258edfbed05003644810e41428b 100644
|
| --- a/sky/engine/core/inspector/ScriptAsyncCallStack.h
|
| +++ b/sky/engine/core/inspector/ScriptAsyncCallStack.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 ScriptAsyncCallStack_h
|
| -#define ScriptAsyncCallStack_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_SCRIPTASYNCCALLSTACK_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_SCRIPTASYNCCALLSTACK_H_
|
|
|
| #include "sky/engine/core/inspector/ScriptCallStack.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -27,4 +27,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptAsyncCallStack_h
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_SCRIPTASYNCCALLSTACK_H_
|
|
|