| Index: components/payments/content/payment_request_dialog.h
|
| diff --git a/components/payments/payment_request_dialog.h b/components/payments/content/payment_request_dialog.h
|
| similarity index 69%
|
| rename from components/payments/payment_request_dialog.h
|
| rename to components/payments/content/payment_request_dialog.h
|
| index 3141b1dd3d45207030e657df428ee541b34e14eb..5befff8d08fc695f29b2ce8227c54d2e8502b012 100644
|
| --- a/components/payments/payment_request_dialog.h
|
| +++ b/components/payments/content/payment_request_dialog.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_DIALOG_H_
|
| -#define COMPONENTS_PAYMENTS_PAYMENT_REQUEST_DIALOG_H_
|
| +#ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DIALOG_H_
|
| +#define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DIALOG_H_
|
|
|
| namespace payments {
|
|
|
| @@ -19,4 +19,4 @@ class PaymentRequestDialog {
|
|
|
| } // namespace payments
|
|
|
| -#endif // COMPONENTS_PAYMENTS_PAYMENT_REQUEST_DIALOG_H_
|
| +#endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DIALOG_H_
|
|
|