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