| Index: components/payments/content/payment_request.h
|
| diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h
|
| index ad2abed152af61c4dc94ff5cb9f5cb6bb1291d13..d609c83d996dabb93d9fdcbbb6cb0693bdfad521 100644
|
| --- a/components/payments/content/payment_request.h
|
| +++ b/components/payments/content/payment_request.h
|
| @@ -9,10 +9,10 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "components/payments/content/payment_request.mojom.h"
|
| #include "components/payments/content/payment_request_spec.h"
|
| #include "components/payments/content/payment_request_state.h"
|
| #include "components/payments/core/payment_request_delegate.h"
|
| +#include "components/payments/mojom/payment_request.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
|
|
|
|