Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: components/payments/content/payment_request_delegate.h

Issue 2713033004: Layered component for web payments (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/payments/content/payment_request.mojom ('k') | components/payments/content/payment_request_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698