| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm
|
| index 7053de70578a3eb2ac0a002aa88ecc98a4764449..ab497cb1bae0b4e10dfa24ff9f9005b9969c8c63 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm
|
| @@ -27,7 +27,7 @@ using bookmarks::BookmarkNode;
|
| // We need a mechanism to clear the invocation handlers to break a
|
| // retain cycle (see below; search for "retain cycle").
|
| - (void)clearRecordersAndExpectations {
|
| - [recorders removeAllObjects];
|
| + //[recorders removeAllObjects];
|
| [expectations removeAllObjects];
|
| }
|
|
|
|
|