| Index: third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.h b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| index f66dbb731fef69a940e2bde3e54dc8942fc312d9..c29c8de36c1335030f52c222b50095b264c1253c 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| @@ -29,8 +29,7 @@
|
| WTF_MAKE_NONCOPYABLE(PaymentResponse);
|
|
|
| public:
|
| - PaymentResponse(payments::mojom::blink::PaymentResponsePtr,
|
| - PaymentCompleter*);
|
| + PaymentResponse(mojom::blink::PaymentResponsePtr, PaymentCompleter*);
|
| virtual ~PaymentResponse();
|
|
|
| ScriptValue toJSONForBinding(ScriptState*) const;
|
|
|