| Index: sky/engine/core/inspector/AsyncCallStackTracker.h
|
| diff --git a/sky/engine/core/inspector/AsyncCallStackTracker.h b/sky/engine/core/inspector/AsyncCallStackTracker.h
|
| index 5eaeea26079f167c150eeeb47fff9e981402c76c..73f07ae46ce7ba2410a2716f2eee458564113ebf 100644
|
| --- a/sky/engine/core/inspector/AsyncCallStackTracker.h
|
| +++ b/sky/engine/core/inspector/AsyncCallStackTracker.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef AsyncCallStackTracker_h
|
| -#define AsyncCallStackTracker_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_ASYNCCALLSTACKTRACKER_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_ASYNCCALLSTACKTRACKER_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptValue.h"
|
| #include "sky/engine/core/dom/ContextLifecycleObserver.h"
|
| @@ -158,4 +158,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // !defined(AsyncCallStackTracker_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_ASYNCCALLSTACKTRACKER_H_
|
|
|