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

Unified Diff: ash/keyboard_uma_event_filter.h

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months 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 | « ash/drag_drop/drag_drop_controller_unittest.cc ('k') | ash/keyboard_uma_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard_uma_event_filter.h
diff --git a/ash/keyboard_uma_event_filter.h b/ash/keyboard_uma_event_filter.h
index a52cf357180e2acad782fa3fa5bcb7c834ef7cc1..97dbe2bf784496cd6cb7eaef11ba39f8aed0b9db 100644
--- a/ash/keyboard_uma_event_filter.h
+++ b/ash/keyboard_uma_event_filter.h
@@ -25,7 +25,7 @@ class KeyboardUMAEventFilter : public ui::EventHandler {
private:
// The timestamp of the last character keystroke.
- base::TimeDelta last_keystroke_time_;
+ base::TimeTicks last_keystroke_time_;
DISALLOW_COPY_AND_ASSIGN(KeyboardUMAEventFilter);
};
« no previous file with comments | « ash/drag_drop/drag_drop_controller_unittest.cc ('k') | ash/keyboard_uma_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698