| 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 e105768b98f0aeee241a1a8c33b298f19a69f887..c14f23eee4f9d5ab9f8e6e0a7689fc95969a9fd3 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "components/payments/mojom/payment_request.mojom-blink.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/payments/PaymentCurrencyAmount.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Noncopyable.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|