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

Unified Diff: content/public/browser/payment_app_provider.h

Issue 2647243002: PaymentApp: Implement PaymentAppProvider for LayoutTest.
Patch Set: Created 3 years, 11 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: content/public/browser/payment_app_provider.h
diff --git a/content/public/browser/payment_app_provider.h b/content/public/browser/payment_app_provider.h
index b772e8b2e1870e5347701e6800f59dfe11dbc2ba..d9e4ac5ab8d294f673819cf8bfee8405344e3bff 100644
--- a/content/public/browser/payment_app_provider.h
+++ b/content/public/browser/payment_app_provider.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/callback_forward.h"
+#include "components/payments/payment_app.mojom.h"
please use gerrit instead 2017/01/23 13:28:07 This include seems unnecessary.
zino 2017/01/23 17:31:08 Done.
#include "content/common/content_export.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698