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 c730c99d674e2c8b7042232e1755c09bd7e5435a..fc169c1766779488a509202db87e69d3f6be0769 100644 |
--- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm |
@@ -66,7 +66,7 @@ class FullscreenExitBubbleControllerTest : public CocoaProfileTest { |
void AppendTabToStrip() { |
WebContents* web_contents = WebContents::Create( |
- content::WebContents::CreateParams(profile(), site_instance_)); |
+ content::WebContents::CreateParams(profile(), site_instance_.get())); |
browser()->tab_strip_model()->AppendWebContents( |
web_contents, /*foreground=*/true); |
} |