| Index: chrome/browser/ui/cocoa/download/download_item_cell.h | 
| diff --git a/chrome/browser/ui/cocoa/download/download_item_cell.h b/chrome/browser/ui/cocoa/download/download_item_cell.h | 
| index 5107e782e10843ad3ded4f31ec35381788930501..3ccdb2b35a56f7ff9e26f12090cff082e8a30d1e 100644 | 
| --- a/chrome/browser/ui/cocoa/download/download_item_cell.h | 
| +++ b/chrome/browser/ui/cocoa/download/download_item_cell.h | 
| @@ -9,6 +9,7 @@ | 
| #import "chrome/browser/ui/cocoa/gradient_button_cell.h" | 
|  | 
| #include "base/files/file_path.h" | 
| +#include "base/time/time.h" | 
|  | 
| class DownloadItemModel; | 
| @class IndeterminateProgressTimer; | 
| @@ -39,8 +40,7 @@ enum DownloadItemMousePosition { | 
| int percentDone_; | 
| base::scoped_nsobject<NSAnimation> completionAnimation_; | 
|  | 
| -  // In degrees, for downloads with no known total size. | 
| -  int indeterminateProgressAngle_; | 
| +  base::TimeTicks progressStartTime_; | 
| base::scoped_nsobject<IndeterminateProgressTimer> indeterminateProgressTimer_; | 
|  | 
| BOOL isStatusTextVisible_; | 
|  |