| Index: chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc b/chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc
|
| index 13ef6f7fa656ac1b645e3965d8fdc2909f1c5a9b..b6660cb0d0470ee194a0a1c35610a87f0fdaa348 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc
|
| @@ -291,7 +291,7 @@ class BrowserActionsContainerOverflowTest
|
| BrowserActionsContainer* main_bar_;
|
|
|
| // A parent view for the overflow menu.
|
| - scoped_ptr<views::View> overflow_parent_;
|
| + std::unique_ptr<views::View> overflow_parent_;
|
|
|
| // The overflow BrowserActionsContainer. We manufacture this so that we don't
|
| // have to open the app menu.
|
|
|