| Index: chrome/browser/ui/cocoa/hyperlink_button_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/hyperlink_button_cell.h b/chrome/browser/ui/cocoa/hyperlink_button_cell.h
|
| index c4d27ffc5da21646f71938ef038939e086320e43..fd9ec0c0c8d049593179d01266a0f44aa6055fe8 100644
|
| --- a/chrome/browser/ui/cocoa/hyperlink_button_cell.h
|
| +++ b/chrome/browser/ui/cocoa/hyperlink_button_cell.h
|
| @@ -18,7 +18,7 @@
|
| @interface HyperlinkButtonCell : NSButtonCell {
|
| scoped_nsobject<NSColor> textColor_;
|
| }
|
| -@property (nonatomic, retain) NSColor* textColor;
|
| +@property(nonatomic, retain) NSColor* textColor;
|
|
|
| + (NSColor*)defaultTextColor;
|
|
|
|
|