| Index: components/password_manager/core/browser/password_store_consumer.h
|
| diff --git a/components/password_manager/core/browser/password_store_consumer.h b/components/password_manager/core/browser/password_store_consumer.h
|
| index f137225be67081f5bf386f18a7088bafcc9e372f..89d7975d0ee3d64cf43797d615f3b62a46beced3 100644
|
| --- a/components/password_manager/core/browser/password_store_consumer.h
|
| +++ b/components/password_manager/core/browser/password_store_consumer.h
|
| @@ -34,8 +34,7 @@ class PasswordStoreConsumer {
|
|
|
| // Called when the GetLogins() request is finished, with the associated site
|
| // statistics.
|
| - virtual void OnGetSiteStatistics(
|
| - std::vector<std::unique_ptr<InteractionsStats>> stats);
|
| + virtual void OnGetSiteStatistics(std::vector<InteractionsStats> stats);
|
|
|
| // The base::CancelableTaskTracker can be used for cancelling the
|
| // tasks associated with the consumer.
|
|
|