summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/toolbar_button_cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/toolbar_button_cell.h')
-rw-r--r--chrome/browser/cocoa/toolbar_button_cell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/toolbar_button_cell.h b/chrome/browser/cocoa/toolbar_button_cell.h
index c382ff7..da12036 100644
--- a/chrome/browser/cocoa/toolbar_button_cell.h
+++ b/chrome/browser/cocoa/toolbar_button_cell.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_COCOA_TOOLBAR_BUTTON_CELL_H_
#import <Cocoa/Cocoa.h>
-#import "chrome/browser/cocoa/clickhold_button_cell.h"
+#import "chrome/browser/cocoa/gradient_button_cell.h"
// A button cell for the toolbar.
@@ -20,7 +20,7 @@
// TODO(jrg): If no differences come up, remove this file and use
// the base class explicitly for both the toolbar and bookmark bar.
-@interface ToolbarButtonCell : ClickHoldButtonCell {
+@interface ToolbarButtonCell : GradientButtonCell {
}
@end