| Index: chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/profile_list_view_controller.h b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| index 4f7ce65b1e053467c15e5f34ae952000f471cef7..18c2b4810771dbb177cd8a3b55571e83789fc6ab 100644
|
| --- a/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| @@ -68,7 +68,7 @@ class ProfileListViewController : public PaymentRequestSheetController {
|
| virtual bool IsValidProfile(const autofill::AutofillProfile& profile) = 0;
|
|
|
| // Whether |profile| should be displayed in an enabled state and selectable.
|
| - bool IsEnabled(autofill::AutofillProfile* profile);
|
| + virtual bool IsEnabled(autofill::AutofillProfile* profile);
|
|
|
| protected:
|
| // Does not take ownership of the arguments, which should outlive this object.
|
|
|