Chromium Code Reviews| Index: ui/events/event.h |
| diff --git a/ui/events/event.h b/ui/events/event.h |
| index 5a8b2defc5851396fdcd74008351b6c52b313bee..7a0e396f66b264a5a7a82e989009ea45ecf676ad 100644 |
| --- a/ui/events/event.h |
| +++ b/ui/events/event.h |
| @@ -481,7 +481,7 @@ struct EVENTS_EXPORT PointerDetails { |
| class EVENTS_EXPORT MouseEvent : public LocatedEvent { |
| public: |
| - static const int32_t kMousePointerId; |
| + static const int kMousePointerId; |
| explicit MouseEvent(const base::NativeEvent& native_event); |