| Index: sky/engine/core/frame/DOMWindowLifecycleNotifier.h
|
| diff --git a/sky/engine/core/frame/DOMWindowLifecycleNotifier.h b/sky/engine/core/frame/DOMWindowLifecycleNotifier.h
|
| index da3707949abc44b8c6b26f2da52af94ab0b5254e..3ecef60792b1b1398fd3d049c0b8440475d20a01 100644
|
| --- a/sky/engine/core/frame/DOMWindowLifecycleNotifier.h
|
| +++ b/sky/engine/core/frame/DOMWindowLifecycleNotifier.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DOMWindowLifecycleNotifier_h
|
| -#define DOMWindowLifecycleNotifier_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_DOMWINDOWLIFECYCLENOTIFIER_H_
|
| +#define SKY_ENGINE_CORE_FRAME_DOMWINDOWLIFECYCLENOTIFIER_H_
|
|
|
| #include "sky/engine/core/frame/DOMWindowLifecycleObserver.h"
|
| #include "sky/engine/platform/LifecycleNotifier.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DOMWindowLifecycleNotifier_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_DOMWINDOWLIFECYCLENOTIFIER_H_
|
|
|