| Index: components/test_runner/event_sender.h
|
| diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
|
| index d408b1e713a715d0b2d881b2e6e197db43c1815f..54986aa2318f7a3bf914e3aa976fad2bd36089ff 100644
|
| --- a/components/test_runner/event_sender.h
|
| +++ b/components/test_runner/event_sender.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_TEST_RUNNER_EVENT_SENDER_H_
|
| #define COMPONENTS_TEST_RUNNER_EVENT_SENDER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <queue>
|
| #include <string>
|
| #include <vector>
|
| @@ -288,7 +290,7 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
|
|
|
| blink::WebDragOperation current_drag_effect_;
|
|
|
| - uint32 time_offset_ms_;
|
| + uint32_t time_offset_ms_;
|
| int click_count_;
|
| // Timestamp (in seconds) of the last event that was dispatched
|
| double last_event_timestamp_;
|
|
|