| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| index 7215b67f490f2d252140d4ae82fabd47683ca5a4..3c8aedd563e45f809f90c407e3d92bb98c6e0258 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| @@ -8,6 +8,7 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "components/payments/payment_request.mojom-blink.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| #include "modules/ModulesExport.h"
|
| @@ -19,7 +20,6 @@
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/modules/payments/payment_request.mojom-blink.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefPtr.h"
|
|
|