summaryrefslogtreecommitdiffstats
path: root/ui/base/theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/theme_provider.h')
-rw-r--r--ui/base/theme_provider.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/base/theme_provider.h b/ui/base/theme_provider.h
index 1a5c9980..82037d70 100644
--- a/ui/base/theme_provider.h
+++ b/ui/base/theme_provider.h
@@ -25,9 +25,12 @@ typedef struct _GdkColor GdkColor;
typedef struct _GdkPixbuf GdkPixbuf;
#endif // OS_*
-class RefCountedMemory;
class SkBitmap;
+namespace base {
+class RefCountedMemory;
+}
+
namespace ui {
////////////////////////////////////////////////////////////////////////////////
@@ -65,7 +68,7 @@ class UI_EXPORT ThemeProvider {
// Reads the image data from the theme file into the specified vector. Only
// valid for un-themed resources and the themed IDR_THEME_NTP_* in most
// implementations of ThemeProvider. Returns NULL on error.
- virtual RefCountedMemory* GetRawData(int id) const = 0;
+ virtual base::RefCountedMemory* GetRawData(int id) const = 0;
#if defined(OS_MACOSX) && !defined(TOOLKIT_VIEWS)
// Gets the NSImage with the specified |id|.