| Index: third_party/WebKit/Source/modules/payments/PaymentManager.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentManager.h b/third_party/WebKit/Source/modules/payments/PaymentManager.h
|
| index 723f67aef2c5a129d90e3421dd76ff302cf17231..d1d1d477d9d9dfd6b4659ab250a219b9190567a9 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentManager.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentManager.h
|
| @@ -6,9 +6,9 @@
|
| #define PaymentManager_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.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"
|
|
|
| namespace blink {
|
|
|