| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm (revision 85510)
|
| +++ chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| +#include "third_party/ocmock/gtest_support.h"
|
| #import "third_party/ocmock/OCMock/OCMock.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| @@ -295,7 +296,7 @@
|
|
|
| [cell updateToolTipsInRect:bounds ofView:controlView];
|
|
|
| - [controlView verify];
|
| + ASSERT_TRUE(testing::mac::VerifyOCMock(controlView));
|
| }
|
|
|
| } // namespace
|
|
|