| Index: components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h
|
| diff --git a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h
|
| index 3f1aeaaf524364b68aa0f04596fb52780d279c34..d507696c7370fd9e4e559d639b01c48cfe7be431 100644
|
| --- a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h
|
| +++ b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_SAVE_CARD_INFOBAR_DELEGATE_MOBILE_H_
|
| #define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_SAVE_CARD_INFOBAR_DELEGATE_MOBILE_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "components/autofill/core/browser/autofill_metrics.h"
|
| #include "components/autofill/core/browser/legal_message_line.h"
|
| @@ -28,7 +29,7 @@ class AutofillSaveCardInfoBarDelegateMobile : public ConfirmInfoBarDelegate {
|
| AutofillSaveCardInfoBarDelegateMobile(
|
| bool upload,
|
| const CreditCard& card,
|
| - scoped_ptr<base::DictionaryValue> legal_message,
|
| + std::unique_ptr<base::DictionaryValue> legal_message,
|
| const base::Closure& save_card_callback);
|
|
|
| ~AutofillSaveCardInfoBarDelegateMobile() override;
|
|
|