| Index: components/autofill/core/browser/personal_data_manager.h
|
| diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
|
| index ef66ce6f6db03137628d0326c3dab4a5fefea5bb..20cfaf60f1b5f3689495472ae44a8b3ff9c0f582 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -340,7 +340,7 @@ class PersonalDataManager : public KeyedService,
|
| // Functionally equivalent to GetProfiles(), but also records metrics if
|
| // |record_metrics| is true. Metrics should be recorded when the returned
|
| // profiles will be used to populate the fields shown in an Autofill popup.
|
| - const std::vector<AutofillProfile*>& GetProfiles(
|
| + virtual const std::vector<AutofillProfile*>& GetProfiles(
|
| bool record_metrics) const;
|
|
|
| const std::string app_locale_;
|
|
|