| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| index 6b1cb1768568b64a80f83f12e1ea3185e3d07cfd..9ead2d58985c644e7486c4e6a99823c7364a3f22 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| @@ -139,7 +139,7 @@ class PasswordGenerationPopupControllerImpl
|
| PasswordGenerationPopupObserver* observer_;
|
|
|
| // Controls how passwords are generated.
|
| - scoped_ptr<PasswordGenerator> generator_;
|
| + std::unique_ptr<PasswordGenerator> generator_;
|
|
|
| // Contains common popup functionality.
|
| PopupControllerCommon controller_common_;
|
|
|