| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm (revision 85510)
|
| +++ chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm (working copy)
|
| @@ -29,6 +29,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #import "testing/gtest_mac.h"
|
| #include "testing/platform_test.h"
|
| +#include "third_party/ocmock/gtest_support.h"
|
| #import "third_party/ocmock/OCMock/OCMock.h"
|
| #include "ui/base/theme_provider.h"
|
|
|
| @@ -1569,7 +1570,7 @@
|
|
|
| // Restore, then confirm cancelTracking was called.
|
| [bar_ setButtonContextMenu:origMenu];
|
| - [fakeMenu verify];
|
| + ASSERT_TRUE(testing::mac::VerifyOCMock(fakeMenu));
|
| }
|
|
|
| TEST_F(BookmarkBarControllerTest, CloseFolderOnAnimate) {
|
|
|