Index: components/password_manager/core/browser/test_password_store.cc |
diff --git a/components/password_manager/core/browser/test_password_store.cc b/components/password_manager/core/browser/test_password_store.cc |
index 9e198d3a812df7a1136d026dc60bcb7275519346..4d4f823f472ee1ab2f5cb5f56dfadad179826376 100644 |
--- a/components/password_manager/core/browser/test_password_store.cc |
+++ b/components/password_manager/core/browser/test_password_store.cc |
@@ -125,7 +125,8 @@ PasswordStoreChangeList TestPasswordStore::DisableAutoSignInForOriginsImpl( |
return PasswordStoreChangeList(); |
} |
-bool TestPasswordStore::RemoveStatisticsCreatedBetweenImpl( |
+bool TestPasswordStore::RemoveStatisticsByOriginAndTimeImpl( |
+ const base::Callback<bool(const GURL&)>& origin_filter, |
base::Time delete_begin, |
base::Time delete_end) { |
return false; |