diff options
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bar_controller_unittest.mm')
-rw-r--r-- | chrome/browser/cocoa/bookmark_bar_controller_unittest.mm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm b/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm index 0fc68e3..8c14dee 100644 --- a/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm +++ b/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm @@ -84,7 +84,7 @@ namespace { static const int kContentAreaHeight = 500; static const int kInfoBarViewHeight = 30; -class BookmarkBarControllerTest : public PlatformTest { +class BookmarkBarControllerTest : public CocoaTest { public: BookmarkBarControllerTest() { resizeDelegate_.reset([[ViewResizerPong alloc] init]); @@ -139,9 +139,8 @@ class BookmarkBarControllerTest : public PlatformTest { return menu_item_; } - CocoaTestHelper cocoa_helper_; // Inits Cocoa, creates window, etc... - scoped_nsobject<NSView> parent_view_; BrowserTestHelper helper_; + scoped_nsobject<NSView> parent_view_; scoped_nsobject<ViewResizerPong> resizeDelegate_; scoped_nsobject<BookmarkBarControllerNoOpen> bar_; scoped_nsobject<BookmarkMenu> menu_; |