| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
|
| index f768e27e6c997498f4d2929fe7b55be2c8b62b1e..9b37fc22df6fa148a8cb05323b60ee82889d698f 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
|
| @@ -14,10 +14,7 @@ class BookmarkNode;
|
| // bookmark bar. This cell forwards mouseEntered/mouseExited events
|
| // to its control view so that pseudo-menu operations
|
| // (e.g. hover-over to open) can be implemented.
|
| -@interface BookmarkBarFolderButtonCell : BookmarkButtonCell {
|
| - @private
|
| - scoped_nsobject<NSColor> frameColor_;
|
| -}
|
| +@interface BookmarkBarFolderButtonCell : BookmarkButtonCell
|
|
|
| // Create a button cell which draws without a theme and with a frame
|
| // color provided by the ThemeService defaults.
|
|
|