| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index 6c09621c734b89723099e9c6f0c8092746beebf1..f07c5689f8e9ed06658346c874e2eda77d86db5e 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -56,7 +56,7 @@ class BrowserInstantController : public SearchModelObserver,
|
| // Replaces the contents at tab |index| with |new_contents| and deletes the
|
| // existing contents.
|
| void ReplaceWebContentsAt(int index,
|
| - scoped_ptr<content::WebContents> new_contents);
|
| + std::unique_ptr<content::WebContents> new_contents);
|
|
|
| Browser* const browser_;
|
|
|
|
|