| Index: chrome/browser/ui/cocoa/download/download_item_controller.mm | 
| diff --git a/chrome/browser/ui/cocoa/download/download_item_controller.mm b/chrome/browser/ui/cocoa/download/download_item_controller.mm | 
| index c2ca719d8bd5d9d0d305482b52dc6cff4d37d147..91074105ae39b176f9523340b0a438467d3377b1 100644 | 
| --- a/chrome/browser/ui/cocoa/download/download_item_controller.mm | 
| +++ b/chrome/browser/ui/cocoa/download/download_item_controller.mm | 
| @@ -324,7 +324,7 @@ class DownloadShelfContextMenuMac : public DownloadShelfContextMenu { | 
| // Called after the current theme has changed. | 
| - (void)themeDidChangeNotification:(NSNotification*)aNotification { | 
| ui::ThemeProvider* themeProvider = | 
| -      static_cast<ui::ThemeProvider*>([[aNotification object] pointerValue]); | 
| +      static_cast<ThemeService*>([[aNotification object] pointerValue]); | 
| [self updateTheme:themeProvider]; | 
| } | 
|  | 
|  |