Index: components/password_manager/core/browser/test_password_store.h |
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h |
index 36d88dff5b41893a1598172b024d0bb3a001b108..c188e43e1af621e9cc70d0dc9f6cf711ace1d1fb 100644 |
--- a/components/password_manager/core/browser/test_password_store.h |
+++ b/components/password_manager/core/browser/test_password_store.h |
@@ -33,6 +33,8 @@ class TestPasswordStore : public PasswordStore { |
// have entries of size 0. |
bool IsEmpty() const; |
+ void AddCredentials(const autofill::PasswordForm& form); |
+ |
protected: |
~TestPasswordStore() override; |