Index: components/password_manager/core/browser/statistics_table.h |
diff --git a/components/password_manager/core/browser/statistics_table.h b/components/password_manager/core/browser/statistics_table.h |
index d53c849106e98b951236d1c6ff542f22cc1f8c8f..1a0d3af5dcd8cab9901b70f41ba1e82b26fb1e95 100644 |
--- a/components/password_manager/core/browser/statistics_table.h |
+++ b/components/password_manager/core/browser/statistics_table.h |
@@ -39,8 +39,8 @@ struct InteractionsStats { |
bool operator==(const InteractionsStats& lhs, const InteractionsStats& rhs); |
// Returns an element from |stats| with |username| or nullptr if not found. |
-InteractionsStats* FindStatsByUsername( |
- const std::vector<std::unique_ptr<InteractionsStats>>& stats, |
+const InteractionsStats* FindStatsByUsername( |
+ const std::vector<const InteractionsStats*>& stats, |
const base::string16& username); |
// Represents the 'stats' table in the Login Database. |