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

Unified Diff: chrome/browser/ui/views/payments/validating_textfield.cc

Issue 2689363004: [Payments] Add combobox support to editors. (Closed)
Patch Set: fix test 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: chrome/browser/ui/views/payments/validating_textfield.cc
diff --git a/chrome/browser/ui/views/payments/validating_textfield.cc b/chrome/browser/ui/views/payments/validating_textfield.cc
index 96361cc1d2c84df8b7b6ac44dfbeca4bafd2d44f..3e4b708cf66988a3d570d693def6755f432f526c 100644
--- a/chrome/browser/ui/views/payments/validating_textfield.cc
+++ b/chrome/browser/ui/views/payments/validating_textfield.cc
@@ -9,7 +9,7 @@
namespace payments {
ValidatingTextfield::ValidatingTextfield(
- std::unique_ptr<ValidatingTextfield::Delegate> delegate)
+ std::unique_ptr<ValidationDelegate> delegate)
: Textfield(), delegate_(std::move(delegate)) {}
ValidatingTextfield::~ValidatingTextfield() {}

Powered by Google App Engine
This is Rietveld 408576698