Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: components/test_runner/event_sender.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test_runner/blink_test_platform_support_win.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « components/test_runner/blink_test_platform_support_win.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698