diff options
Diffstat (limited to 'ui/views/widget/default_theme_provider.h')
-rw-r--r-- | ui/views/widget/default_theme_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/widget/default_theme_provider.h b/ui/views/widget/default_theme_provider.h index cd975c3..c1df943 100644 --- a/ui/views/widget/default_theme_provider.h +++ b/ui/views/widget/default_theme_provider.h @@ -31,7 +31,7 @@ class VIEWS_EXPORT DefaultThemeProvider : public ui::ThemeProvider { virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE; virtual bool ShouldUseNativeFrame() const OVERRIDE; virtual bool HasCustomImage(int id) const OVERRIDE; - virtual RefCountedMemory* GetRawData(int id) const OVERRIDE; + virtual base::RefCountedMemory* GetRawData(int id) const OVERRIDE; private: DISALLOW_COPY_AND_ASSIGN(DefaultThemeProvider); |