| Index: ash/shelf/shelf_view.h
|
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
|
| index 6328de4dc75d3c590f4793eb37edd2acf2b40107..699a32c180769748988fb42e5ad81c659a4e2ae8 100644
|
| --- a/ash/shelf/shelf_view.h
|
| +++ b/ash/shelf/shelf_view.h
|
| @@ -389,7 +389,7 @@ class ASH_EXPORT ShelfView : public views::View,
|
| mutable int last_hidden_index_;
|
|
|
| // The timestamp of the event which closed the last menu - or 0.
|
| - base::TimeDelta closing_event_time_;
|
| + base::TimeTicks closing_event_time_;
|
|
|
| // When this object gets deleted while a menu is shown, this pointed
|
| // element will be set to false.
|
|
|