| Index: sky/engine/core/frame/SuspendableTimer.h
|
| diff --git a/sky/engine/core/frame/SuspendableTimer.h b/sky/engine/core/frame/SuspendableTimer.h
|
| index 1bf40e3747d9ddebe5ecf99faa358b9768941767..f5a2e0858b7a75bd7146a88d64fcb2012493c00e 100644
|
| --- a/sky/engine/core/frame/SuspendableTimer.h
|
| +++ b/sky/engine/core/frame/SuspendableTimer.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef SuspendableTimer_h
|
| -#define SuspendableTimer_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_SUSPENDABLETIMER_H_
|
| +#define SKY_ENGINE_CORE_FRAME_SUSPENDABLETIMER_H_
|
|
|
| #include "sky/engine/core/dom/ActiveDOMObject.h"
|
| #include "sky/engine/platform/Timer.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SuspendableTimer_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_SUSPENDABLETIMER_H_
|
|
|