| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
|
| index 250db72cc5648f2b9fe3593a0b762315cb490cfc..46145201785dbda5d97be110dc8db833e61adac8 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
|
| @@ -11,6 +11,7 @@
|
| // Provides a category for 10.5 compilation of a selector which is only
|
| // available on 10.6+. This purely enables compilation when the selector
|
| // is present and does not implement the method itself.
|
| +// TODO(kushi.p): Remove this when the project hits a 10.6+ only state.
|
| @interface NSCell(multilinebookmarks)
|
| - (void)setUsesSingleLineMode:(BOOL)flag;
|
| @end
|
|
|