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..def8165b72c7fb736e8295625c0d3fdca4e146cf 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]; |
+ [stubs removeAllObjects]; |
[expectations removeAllObjects]; |
} |