| Index: ui/chromeos/touch_exploration_controller.h
|
| diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
|
| index 99aa7c10eedf66f2963742bbdc3da8278e3e49b6..a1be3d036d145f02a569a224208c0f4094d28694 100644
|
| --- a/ui/chromeos/touch_exploration_controller.h
|
| +++ b/ui/chromeos/touch_exploration_controller.h
|
| @@ -231,7 +231,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).
|
|
|