| 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 09aeb9b10ca27c72ea8c320c8d53936d8daac407..1c50794be8710fc967255fada054533cbc8cbcf6 100644 | 
| --- a/chrome/browser/ui/views/download/download_item_view.h | 
| +++ b/chrome/browser/ui/views/download/download_item_view.h | 
| @@ -264,8 +264,8 @@ class DownloadItemView : public views::ButtonListener, | 
| // Mode of the download item view. | 
| Mode mode_; | 
|  | 
| -  // In degrees, for downloads with no known total size. | 
| -  int progress_angle_; | 
| +  // When download progress began animating. Used for downloads of unknown size. | 
| +  base::TimeTicks progress_start_time_; | 
|  | 
| // The left and right x coordinates of the drop-down button. | 
| int drop_down_x_left_; | 
|  |