| Index: chrome/browser/ui/cocoa/download/background_theme.mm
|
| diff --git a/chrome/browser/ui/cocoa/download/background_theme.mm b/chrome/browser/ui/cocoa/download/background_theme.mm
|
| index dea473cdc7e535b0d4eee4db62ebbda02a672b7c..fa97a71b7a4d07d3daea62c281ca8c7fed1cdcae 100644
|
| --- a/chrome/browser/ui/cocoa/download/background_theme.mm
|
| +++ b/chrome/browser/ui/cocoa/download/background_theme.mm
|
| @@ -27,7 +27,7 @@ BackgroundTheme::BackgroundTheme(ui::ThemeProvider* provider) :
|
|
|
| BackgroundTheme::~BackgroundTheme() {}
|
|
|
| -bool BackgroundTheme::UsingNativeTheme() const {
|
| +bool BackgroundTheme::UsingSystemTheme() const {
|
| return true;
|
| }
|
|
|
|
|