summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/gradient_button_cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/gradient_button_cell.h')
-rw-r--r--chrome/browser/ui/cocoa/gradient_button_cell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/gradient_button_cell.h b/chrome/browser/ui/cocoa/gradient_button_cell.h
index a1e905f..48929b5 100644
--- a/chrome/browser/ui/cocoa/gradient_button_cell.h
+++ b/chrome/browser/ui/cocoa/gradient_button_cell.h
@@ -10,7 +10,9 @@
#include "base/scoped_nsobject.h"
+namespace ui {
class ThemeProvider;
+}
// Base class for button cells for toolbar and bookmark bar.
//
@@ -68,7 +70,7 @@ typedef enum {
// Turn off theming. Temporary work-around.
- (void)setShouldTheme:(BOOL)shouldTheme;
-- (void)drawBorderAndFillForTheme:(ThemeProvider*)themeProvider
+- (void)drawBorderAndFillForTheme:(ui::ThemeProvider*)themeProvider
controlView:(NSView*)controlView
innerPath:(NSBezierPath*)innerPath
showClickedGradient:(BOOL)showClickedGradient