Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h |
| diff --git a/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h b/third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h |
| similarity index 84% |
| rename from third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h |
| rename to third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h |
| index 2a98a8c6a2208297979c699a0fc4d142d2f71262..469994a64f7209536dfbc3f3c5dbb5e3e4e8e322 100644 |
| --- a/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h |
| +++ b/third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h |
| @@ -2,8 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef WebPaymentAppRequest_h |
| -#define WebPaymentAppRequest_h |
| +#ifndef WebPaymentRequestEventData_h |
| +#define WebPaymentRequestEventData_h |
| #include "public/platform/WebString.h" |
| #include "public/platform/WebVector.h" |
| @@ -14,7 +14,7 @@ |
| namespace blink { |
| // https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentapprequest |
|
please use gerrit instead
2017/06/02 17:05:04
Update the link, please.
zino
2017/06/02 17:23:48
Removed the link. The PaymentRequestEventData is i
|
| -struct WebPaymentAppRequest { |
| +struct WebPaymentRequestEventData { |
| WebString top_level_origin; |
| WebString payment_request_origin; |
| WebString payment_request_id; |
| @@ -26,4 +26,4 @@ struct WebPaymentAppRequest { |
| } // namespace blink |
| -#endif // WebPaymentAppRequest_h |
| +#endif // WebPaymentRequestEventData_h |