Index: chrome/browser/ui/gtk/gtk_theme_service.h |
diff --git a/chrome/browser/ui/gtk/gtk_theme_service.h b/chrome/browser/ui/gtk/gtk_theme_service.h |
index d421ffb17183ea482f047a0bb49bc0b2e2bc564b..d253aa02de8b42f0a282c143491bbf5ff84921ac 100644 |
--- a/chrome/browser/ui/gtk/gtk_theme_service.h |
+++ b/chrome/browser/ui/gtk/gtk_theme_service.h |
@@ -21,6 +21,10 @@ |
class Profile; |
+namespace extensions { |
+class Extension; |
+} |
+ |
namespace gfx { |
class CairoCachedSurface; |
} |
@@ -68,7 +72,7 @@ class GtkThemeService : public ThemeService { |
virtual const gfx::Image* GetImageNamed(int id) const OVERRIDE; |
virtual SkColor GetColor(int id) const OVERRIDE; |
virtual bool HasCustomImage(int id) const OVERRIDE; |
- virtual void SetTheme(const Extension* extension) OVERRIDE; |
+ virtual void SetTheme(const extensions::Extension* extension) OVERRIDE; |
virtual void UseDefaultTheme() OVERRIDE; |
virtual void SetNativeTheme() OVERRIDE; |
virtual bool UsingDefaultTheme() const OVERRIDE; |