| Index: ui/base/default_theme_provider.h
|
| diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h
|
| index 2a6b4fe60bc412689ebadb60c72fa506b8ce2815..e2589c732e7634082f4c8b9078be3094ad8feb0b 100644
|
| --- a/ui/base/default_theme_provider.h
|
| +++ b/ui/base/default_theme_provider.h
|
| @@ -24,7 +24,7 @@ class UI_BASE_EXPORT DefaultThemeProvider : public ThemeProvider {
|
| virtual ~DefaultThemeProvider();
|
|
|
| // Overridden from ui::ThemeProvider:
|
| - virtual bool UsingNativeTheme() const OVERRIDE;
|
| + virtual bool UsingSystemTheme() const OVERRIDE;
|
| virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const OVERRIDE;
|
| virtual SkColor GetColor(int id) const OVERRIDE;
|
| virtual int GetDisplayProperty(int id) const OVERRIDE;
|
|
|