Index: content/public/browser/stored_payment_app.h |
diff --git a/content/public/browser/stored_payment_app.h b/content/public/browser/stored_payment_app.h |
index 4b298c0d84c3020968c59416397606e4e5fb8f24..e69512850a0f1406924cd989fca519c5692747b2 100644 |
--- a/content/public/browser/stored_payment_app.h |
+++ b/content/public/browser/stored_payment_app.h |
@@ -10,7 +10,6 @@ |
#include <vector> |
#include "content/common/content_export.h" |
-#include "content/public/browser/stored_payment_instrument.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "url/origin.h" |
@@ -33,8 +32,8 @@ struct CONTENT_EXPORT StoredPaymentApp { |
// Decoded icon for this payment app. |
std::unique_ptr<SkBitmap> icon; |
- // A list of one or more payment instruments in this payment app. |
- std::vector<std::unique_ptr<StoredPaymentInstrument>> instruments; |
+ // A list of one or more enabled payment methods in this payment app. |
+ std::vector<std::string> enabled_methods; |
}; |
} // namespace content |