| Index: third_party/WebKit/Source/modules/payments/PaymentInstruments.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentInstruments.h b/third_party/WebKit/Source/modules/payments/PaymentInstruments.h
|
| index 4bb1f202c375b781c22d3a680c7e09600cc89b1f..2e808116e0075d3693ef7e8cbcc698c2ef83eb9e 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentInstruments.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentInstruments.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef PaymentInstruments_h
|
| #define PaymentInstruments_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "components/payments/mojom/payment_app.mojom-blink.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Noncopyable.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|