Index: ash/shelf/shelf_view.h |
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h |
index 1f61ea025262940dbd21030668ce352e00e703c4..c3946497084c434b8ca0bb6fbd622db60365e27f 100644 |
--- a/ash/shelf/shelf_view.h |
+++ b/ash/shelf/shelf_view.h |
@@ -382,7 +382,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. |