| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm
|
| index ca78cacb9b0c0bb7748f5e733067bc1adbeef62c..9884a29495e8ccb678d2a8c00c0b32b4629e4183 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm
|
| @@ -72,7 +72,7 @@
|
| // 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];
|
| }
|
|
|
|
|