| Index: chrome/browser/ui/browser_navigator.cc
|
| diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
|
| index 746e8f5d06e9f8e002b2f9c3cfac95e30cad9fb2..d98c47eb6400c7f15db6e60d639e4f8638f0adaf 100644
|
| --- a/chrome/browser/ui/browser_navigator.cc
|
| +++ b/chrome/browser/ui/browser_navigator.cc
|
| @@ -330,7 +330,7 @@ class ScopedTargetContentsOwner {
|
|
|
| private:
|
| chrome::NavigateParams* params_;
|
| - scoped_ptr<WebContents> target_contents_owner_;
|
| + std::unique_ptr<WebContents> target_contents_owner_;
|
| DISALLOW_COPY_AND_ASSIGN(ScopedTargetContentsOwner);
|
| };
|
|
|
|
|