| Index: components/password_manager/core/browser/password_store.cc
|
| diff --git a/components/password_manager/core/browser/password_store.cc b/components/password_manager/core/browser/password_store.cc
|
| index 32a15972461e7327539027369d2741689b957382..b5a8a13605cf2539709359b5c94c38420fd84480 100644
|
| --- a/components/password_manager/core/browser/password_store.cc
|
| +++ b/components/password_manager/core/browser/password_store.cc
|
| @@ -53,7 +53,7 @@ void PasswordStore::GetLoginsRequest::NotifyConsumerWithResults(
|
| }
|
|
|
| void PasswordStore::GetLoginsRequest::NotifyWithSiteStatistics(
|
| - std::vector<std::unique_ptr<InteractionsStats>> stats) {
|
| + std::vector<InteractionsStats> stats) {
|
| origin_task_runner_->PostTask(
|
| FROM_HERE, base::Bind(&PasswordStoreConsumer::OnGetSiteStatistics,
|
| consumer_weak_, base::Passed(&stats)));
|
|
|