| Index: sky/engine/core/frame/PlatformEventDispatcher.h
|
| diff --git a/sky/engine/core/frame/PlatformEventDispatcher.h b/sky/engine/core/frame/PlatformEventDispatcher.h
|
| index 4b56154820cccd1c975b49abf109a0fe9bd0fd8b..9d12f90d084f22f927ab1596b765ba4b2c7d4cd0 100644
|
| --- a/sky/engine/core/frame/PlatformEventDispatcher.h
|
| +++ b/sky/engine/core/frame/PlatformEventDispatcher.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 PlatformEventDispatcher_h
|
| -#define PlatformEventDispatcher_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_PLATFORMEVENTDISPATCHER_H_
|
| +#define SKY_ENGINE_CORE_FRAME_PLATFORMEVENTDISPATCHER_H_
|
|
|
| #include "sky/engine/wtf/Vector.h"
|
|
|
| @@ -34,4 +34,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PlatformEventDispatcher_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_PLATFORMEVENTDISPATCHER_H_
|
|
|