| Index: third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.h b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| index cd0b6e38ec6a144332c47669bca722afc3c1b939..53ce0c3964e4d98dd6130311826805148a151fb5 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "components/payments/payment_request.mojom-blink.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/modules/payments/payment_request.mojom-blink.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|