| Index: ash/system/chromeos/session/logout_confirmation_dialog.h
|
| diff --git a/ash/system/chromeos/session/logout_confirmation_dialog.h b/ash/system/chromeos/session/logout_confirmation_dialog.h
|
| index a245b46da2090bf6947c89743db5c93f0d9f0cff..b469c58bc4be60076d06c9ab777d30ff6b631a92 100644
|
| --- a/ash/system/chromeos/session/logout_confirmation_dialog.h
|
| +++ b/ash/system/chromeos/session/logout_confirmation_dialog.h
|
| @@ -46,7 +46,7 @@ class LogoutConfirmationDialog : public views::DialogDelegateView {
|
|
|
| views::Label* label_;
|
|
|
| - base::RepeatingTimer<LogoutConfirmationDialog> update_timer_;
|
| + base::RepeatingTimer update_timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LogoutConfirmationDialog);
|
| };
|
|
|