| Index: chrome/browser/ui/views/download/download_item_view.h
|
| diff --git a/chrome/browser/ui/views/download/download_item_view.h b/chrome/browser/ui/views/download/download_item_view.h
|
| index 87a2946c60988c4f63adfce35ea01adbfda5a7dd..7504ce9bb9f0020d2020fd33021d56dd93ffa559 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view.h
|
| +++ b/chrome/browser/ui/views/download/download_item_view.h
|
| @@ -308,7 +308,7 @@ class DownloadItemView : public views::ButtonListener,
|
| scoped_ptr<gfx::SlideAnimation> complete_animation_;
|
|
|
| // Progress animation
|
| - base::RepeatingTimer<DownloadItemView> progress_timer_;
|
| + base::RepeatingTimer progress_timer_;
|
|
|
| // Dangerous mode buttons.
|
| views::LabelButton* save_button_;
|
|
|