| Index: ui/base/default_theme_provider.h
|
| diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h
|
| index d65b0d7b4908cf14738ee801885abccbd7a651df..33a4a16dac551752e5234dd33eccd43cbc91099f 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;
|
|
|