Index: components/browsing_data/core/counters/autofill_counter.h |
diff --git a/components/browsing_data/core/counters/autofill_counter.h b/components/browsing_data/core/counters/autofill_counter.h |
index f1833049c207e805b35173df77203ce67dbcf03b..ee9f98605d9a3f2adcad322b97958bc440eda0d5 100644 |
--- a/components/browsing_data/core/counters/autofill_counter.h |
+++ b/components/browsing_data/core/counters/autofill_counter.h |
@@ -65,8 +65,9 @@ class AutofillCounter : public browsing_data::BrowsingDataCounter, |
void Count() override; |
// WebDataServiceConsumer implementation. |
- void OnWebDataServiceRequestDone(WebDataServiceBase::Handle handle, |
- const WDTypedResult* result) override; |
+ void OnWebDataServiceRequestDone( |
+ WebDataServiceBase::Handle handle, |
+ std::unique_ptr<WDTypedResult> result) override; |
// Cancel all pending requests to AutofillWebdataService. |
void CancelAllRequests(); |