| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 329317b429d638a848f129ae777e08d39ed09ab2..5f0fbf6e6b87c6ebf3c8b7e55668596708c29481 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1516,7 +1516,7 @@ void Browser::WebContentsCreated(WebContents* source_contents,
|
| // will later be inserted into this browser using Browser::Navigate via
|
| // AddNewContents. The latter will retrieve the newly created TabContents from
|
| // WebContents object.
|
| - new TabContents(new_contents);
|
| + TabContents::Factory::CreateTabContents(new_contents);
|
|
|
| // Notify.
|
| RetargetingDetails details;
|
|
|