Index: components/autofill/core/browser/autofill_client.h |
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h |
index 9d651ba23eee64ae92329a1aaa94fac1c012e1c5..f246a62e65c1c53e76b2b4cbc2ec8aa64dd95ccf 100644 |
--- a/components/autofill/core/browser/autofill_client.h |
+++ b/components/autofill/core/browser/autofill_client.h |
@@ -134,7 +134,7 @@ class AutofillClient { |
// contents of |legal_message| to the user. |
virtual void ConfirmSaveCreditCardToCloud( |
const CreditCard& card, |
- scoped_ptr<base::DictionaryValue> legal_message, |
+ std::unique_ptr<base::DictionaryValue> legal_message, |
const base::Closure& callback) = 0; |
// Gathers risk data and provides it to |callback|. |