| Index: sky/engine/core/page/EventHandler.h
|
| diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
|
| index 6e270ea72589129aba9300afe390a907d64ec47f..e79a29b22b6aa62c66c81f486f505547bfd69a56 100644
|
| --- a/sky/engine/core/page/EventHandler.h
|
| +++ b/sky/engine/core/page/EventHandler.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EventHandler_h
|
| -#define EventHandler_h
|
| +#ifndef SKY_ENGINE_CORE_PAGE_EVENTHANDLER_H_
|
| +#define SKY_ENGINE_CORE_PAGE_EVENTHANDLER_H_
|
|
|
| #include "sky/engine/core/editing/TextGranularity.h"
|
| #include "sky/engine/core/events/TextEventInputType.h"
|
| @@ -339,4 +339,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // EventHandler_h
|
| +#endif // SKY_ENGINE_CORE_PAGE_EVENTHANDLER_H_
|
|
|