| 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 0011cf5efdb4a7c833a1508a82e71522b2c23a29..27493591c11ad04f0b333094e44ef194980ede75 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -171,8 +171,8 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| // the same browsing session as it was originally submitted (as we may
|
| // not have the necessary information to classify the form at that time)
|
| // so it bypasses the cache and doesn't log the same quality UMA metrics.
|
| - bool UploadPasswordForm(const FormData& form,
|
| - const ServerFieldType& pasword_type);
|
| + virtual bool UploadPasswordForm(const FormData& form,
|
| + const ServerFieldType& pasword_type);
|
|
|
| // Resets cache.
|
| virtual void Reset();
|
|
|