| Index: ash/system/tray/system_tray_bubble.h
|
| diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h
|
| index ece879c3b4d6a4e5a0579b3f734bc21f1b22a4bc..122a3145cdbcee377c0cb2ffbd33b34f2ded403b 100644
|
| --- a/ash/system/tray/system_tray_bubble.h
|
| +++ b/ash/system/tray/system_tray_bubble.h
|
| @@ -68,7 +68,7 @@ class SystemTrayBubble {
|
| BubbleType bubble_type_;
|
|
|
| int autoclose_delay_;
|
| - base::OneShotTimer<SystemTrayBubble> autoclose_;
|
| + base::OneShotTimer autoclose_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
|
| };
|
|
|