Index: chrome/browser/views/toolbar_star_toggle.h |
=================================================================== |
--- chrome/browser/views/toolbar_star_toggle.h (revision 3954) |
+++ chrome/browser/views/toolbar_star_toggle.h (working copy) |
@@ -50,7 +50,7 @@ |
BrowserToolbarView* host_; |
// Time the bubble last closed. |
- TimeTicks bubble_closed_time_; |
+ base::TimeTicks bubble_closed_time_; |
// If true NotifyClick does nothing. This is set in OnMousePressed based on |
// the amount of time between when the bubble clicked and now. |