| Index: chrome/browser/ui/cocoa/download/background_theme.h
|
| diff --git a/chrome/browser/ui/cocoa/download/background_theme.h b/chrome/browser/ui/cocoa/download/background_theme.h
|
| index bd08c01ec3f4d028a7ec09fa4645d25dff84f55f..22f59ad013f67d0887fa74dbfffe8be6d153bbc2 100644
|
| --- a/chrome/browser/ui/cocoa/download/background_theme.h
|
| +++ b/chrome/browser/ui/cocoa/download/background_theme.h
|
| @@ -16,6 +16,7 @@ class BackgroundTheme : public ui::ThemeProvider {
|
| virtual ~BackgroundTheme();
|
|
|
| // Overridden from ui::ThemeProvider:
|
| + virtual bool UsingNativeTheme() const OVERRIDE;
|
| virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const OVERRIDE;
|
| virtual SkColor GetColor(int id) const OVERRIDE;
|
| virtual int GetDisplayProperty(int id) const OVERRIDE;
|
|
|