| Index: components/payments/content/payment_request_delegate.h
|
| diff --git a/components/payments/payment_request_delegate.h b/components/payments/content/payment_request_delegate.h
|
| similarity index 80%
|
| rename from components/payments/payment_request_delegate.h
|
| rename to components/payments/content/payment_request_delegate.h
|
| index 65e56af4b1aa7f2fb552813b7d8e71bc151ed2f0..f797530c5c49b8ded21e664baed145a16cd2430c 100644
|
| --- a/components/payments/payment_request_delegate.h
|
| +++ b/components/payments/content/payment_request_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_PAYMENTS_PAYMENT_REQUEST_DELEGATE_H_
|
| -#define COMPONENTS_PAYMENTS_PAYMENT_REQUEST_DELEGATE_H_
|
| +#ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
|
| +#define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
|
|
|
| namespace autofill {
|
| class PersonalDataManager;
|
| @@ -31,4 +31,4 @@ class PaymentRequestDelegate {
|
|
|
| } // namespace payments
|
|
|
| -#endif // COMPONENTS_PAYMENTS_PAYMENT_REQUEST_DELEGATE_H_
|
| +#endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
|
|
|