| Index: chrome/browser/ui/tab_dialogs.h
|
| diff --git a/chrome/browser/ui/tab_dialogs.h b/chrome/browser/ui/tab_dialogs.h
|
| index ca3fec18b70a93ecfadf407f5f90956e292ee1d5..41ac3c136ba381db71a74edae736bda604c5caab 100644
|
| --- a/chrome/browser/ui/tab_dialogs.h
|
| +++ b/chrome/browser/ui/tab_dialogs.h
|
| @@ -59,7 +59,7 @@ class TabDialogs : public base::SupportsUserData::Data {
|
| Browser* browser,
|
| Profile* profile,
|
| const std::string& username,
|
| - ui::ProfileSigninConfirmationDelegate* delegate) = 0;
|
| + std::unique_ptr<ui::ProfileSigninConfirmationDelegate> delegate) = 0;
|
|
|
| // Shows or hides the ManagePasswords bubble.
|
| // Pass true for |user_action| if this is a user initiated action.
|
|
|