Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index d8051d3c5dc3596b26c2f7db2d5df806a7e90dfe..38a5718bdd5f5635eda849bcf3f898846608d6c8 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -2340,7 +2340,7 @@ bool Browser::MaybeCreateBackgroundContents(int route_id, |
// Passed all the checks, so this should be created as a BackgroundContents. |
BackgroundContents* contents = service->CreateBackgroundContents( |
- site_instance, |
+ site_instance.get(), |
route_id, |
profile_, |
frame_name, |