| Index: ui/chromeos/touch_exploration_controller.h
|
| diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
|
| index a553ec6e4a3fe062769097232f68b3f2619c7c18..270a86000511dfdc73177928ef05db63d7e1fd39 100644
|
| --- a/ui/chromeos/touch_exploration_controller.h
|
| +++ b/ui/chromeos/touch_exploration_controller.h
|
| @@ -243,7 +243,7 @@ class UI_CHROMEOS_EXPORT TouchExplorationController
|
| std::unique_ptr<ui::Event>* rewritten_event);
|
|
|
| // Returns the current time of the tick clock.
|
| - base::TimeDelta Now();
|
| + base::TimeTicks Now();
|
|
|
| // This timer is started every time we get the first press event, and
|
| // it fires after the double-click timeout elapses (300 ms by default).
|
|
|