| Index: components/browsing_data/core/counters/autofill_counter.cc
|
| diff --git a/components/browsing_data/core/counters/autofill_counter.cc b/components/browsing_data/core/counters/autofill_counter.cc
|
| index be5b5d4d5de296b625dd8ce79749a6bf8b06ed29..0b9a7d8deaada30fa913d7d64b314811d8671427 100644
|
| --- a/components/browsing_data/core/counters/autofill_counter.cc
|
| +++ b/components/browsing_data/core/counters/autofill_counter.cc
|
| @@ -200,10 +200,9 @@ AutofillCounter::AutofillResult::AutofillResult(const AutofillCounter* source,
|
| ResultInt num_credit_cards,
|
| ResultInt num_addresses,
|
| bool autofill_sync_enabled_)
|
| - : FinishedResult(source, num_suggestions),
|
| + : SyncResult(source, num_suggestions, autofill_sync_enabled_),
|
| num_credit_cards_(num_credit_cards),
|
| - num_addresses_(num_addresses),
|
| - autofill_sync_enabled_(autofill_sync_enabled_) {}
|
| + num_addresses_(num_addresses) {}
|
|
|
| AutofillCounter::AutofillResult::~AutofillResult() {}
|
|
|
|
|