| 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 e00a31b75692036c57bffa2a70459586e7766dd0..90e7ecd5f7852e2b95e173505cbf1ef5b167de4b 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -191,9 +191,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| // Will send an upload based on the |form_structure| data and the local
|
| // Autofill profile data. |observed_submission| is specified if the upload
|
| // follows an observed submission event.
|
| - void StartUploadProcess(std::unique_ptr<FormStructure> form_structure,
|
| - const base::TimeTicks& timestamp,
|
| - bool observed_submission);
|
| + virtual void StartUploadProcess(std::unique_ptr<FormStructure> form_structure,
|
| + const base::TimeTicks& timestamp,
|
| + bool observed_submission);
|
|
|
| // Update the pending form with |form|, possibly processing the current
|
| // pending form for upload.
|
|
|