| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index 44ddc3abcd8657db2a1843b3639c4e9361df9ba8..33a41b1ffa7f7796c2d57e073dba17937750a126 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -100,8 +100,8 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| #endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|
| // Whether the |field| should show an entry to scan a credit card.
|
| - bool ShouldShowScanCreditCard(const FormData& form,
|
| - const FormFieldData& field);
|
| + virtual bool ShouldShowScanCreditCard(const FormData& form,
|
| + const FormFieldData& field);
|
|
|
| // Called from our external delegate so they cannot be private.
|
| virtual void FillOrPreviewForm(AutofillDriver::RendererFormDataAction action,
|
|
|