| Index: chrome/browser/ui/views/download/download_shelf_view.h | 
| diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h | 
| index 083f76a1f7ae1f7fadb921bdaa55192052f18fef..0be189c3dcb324ee5245283f276fd299ed63a10d 100644 | 
| --- a/chrome/browser/ui/views/download/download_shelf_view.h | 
| +++ b/chrome/browser/ui/views/download/download_shelf_view.h | 
| @@ -124,6 +124,9 @@ class DownloadShelfView : public views::AccessiblePaneView, | 
| // shouldn't be necessary after we only have one type of DownloadItemView. | 
| content::DownloadItem* GetDownloadItemForView(size_t i); | 
|  | 
| +  // Returns the color of text for the shelf (used for deriving icon color). | 
| +  SkColor GetTextColorForIconMd(); | 
| + | 
| // The browser for this shelf. | 
| Browser* browser_; | 
|  | 
|  |