| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| index ea1f77a07e73c9cacb19226543ecf4e48144e3a3..80cb5abd303304ebf2a5a642698d9855213e6dff 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
|
| @@ -740,7 +740,7 @@ void RecordAppLaunch(Profile* profile, GURL url) {
|
| // 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];
|
| }
|
|
|
|
|