Index: components/autofill/core/browser/payments/payments_request.h |
diff --git a/components/autofill/core/browser/payments/payments_request.h b/components/autofill/core/browser/payments/payments_request.h |
index be59661dea9a1b54ddd85d2fe5676ee13b01012a..8cdabfdc6a6918121f8e026b2658211a8f7d6d87 100644 |
--- a/components/autofill/core/browser/payments/payments_request.h |
+++ b/components/autofill/core/browser/payments/payments_request.h |
@@ -28,7 +28,8 @@ class PaymentsRequest { |
virtual std::string GetRequestContent() = 0; |
// Parses the required elements of the HTTP response. |
- virtual void ParseResponse(scoped_ptr<base::DictionaryValue> response) = 0; |
+ virtual void ParseResponse( |
+ std::unique_ptr<base::DictionaryValue> response) = 0; |
// Returns true if all of the required elements were successfully retrieved by |
// a call to ParseResponse. |