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

Unified Diff: components/payments/content/payment_request_dialog.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_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_

Powered by Google App Engine
This is Rietveld 408576698