| Index: sky/engine/platform/PlatformMouseEvent.h
|
| diff --git a/sky/engine/platform/PlatformMouseEvent.h b/sky/engine/platform/PlatformMouseEvent.h
|
| index 667053a252acdd09603c67325e7d227c7262706b..c881f315dd8fb63159ac9dd074e2ab8811701f70 100644
|
| --- a/sky/engine/platform/PlatformMouseEvent.h
|
| +++ b/sky/engine/platform/PlatformMouseEvent.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PlatformMouseEvent_h
|
| -#define PlatformMouseEvent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMMOUSEEVENT_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMMOUSEEVENT_H_
|
|
|
| #include "sky/engine/platform/PlatformEvent.h"
|
| #include "sky/engine/platform/geometry/IntPoint.h"
|
| @@ -107,4 +107,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PlatformMouseEvent_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMMOUSEEVENT_H_
|
|
|