| Index: chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| index 4aa51f79df70eaa3cbcc86352697f2453b02c93b..9a802e7e26e9242476ec0399e3c659809423c085 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| @@ -38,8 +38,8 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
|
|
|
| private:
|
| ManagePasswordsUIControllerMock* ui_controller_;
|
| - scoped_ptr<content::WebContents> test_web_contents_;
|
| - scoped_ptr<ManagePasswordsBubbleModel> model_;
|
| + std::unique_ptr<content::WebContents> test_web_contents_;
|
| + std::unique_ptr<ManagePasswordsBubbleModel> model_;
|
| };
|
|
|
| // Helper delegate for testing the views of the password management bubble.
|
|
|