| Index: chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| index 7faa692ea10dc4a31adeb7c794df594d2d2432aa..5da08c3e0904698bbcfa0765e8f59d2271d01e5d 100644
|
| --- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
|
| @@ -67,7 +67,7 @@ class FullscreenExitBubbleControllerTest : public CocoaProfileTest {
|
|
|
| void AppendTabToStrip() {
|
| TabContents* tab_contents = chrome::TabContentsFactory(
|
| - profile(), site_instance_, MSG_ROUTING_NONE, NULL, NULL);
|
| + profile(), site_instance_, MSG_ROUTING_NONE, NULL);
|
| browser()->tab_strip_model()->AppendTabContents(
|
| tab_contents, /*foreground=*/true);
|
| }
|
|
|