Index: chrome/browser/ui/cocoa/page_info_bubble_controller_unittest.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/page_info_bubble_controller_unittest.mm (revision 138673) |
+++ chrome/browser/ui/cocoa/page_info_bubble_controller_unittest.mm (working copy) |
@@ -51,9 +51,11 @@ |
void CreateBubble() { |
// The controller cleans up after itself when the window closes. |
controller_ = |
- [[PageInfoBubbleController alloc] initWithPageInfoModel:model_ |
- modelObserver:NULL |
- parentWindow:test_window()]; |
+ [[PageInfoBubbleController alloc] |
+ initWithPageInfoModel:model_ |
+ modelObserver:NULL |
+ parentWindow:test_window() |
+ navigator:NULL]; |
window_ = [controller_ window]; |
[controller_ showWindow:nil]; |
} |