| 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 ba5904068bc34033b45d2e303fed51675549e55a..498cb869e30219cddbb975f05251db1e0a79e9c5 100644
|
| --- a/components/password_manager/core/browser/test_password_store.h
|
| +++ b/components/password_manager/core/browser/test_password_store.h
|
| @@ -19,7 +19,7 @@ class BrowserContext;
|
| namespace password_manager {
|
|
|
| // A very simple PasswordStore implementation that keeps all of the passwords
|
| -// in memory and does all it's manipulations on the main thread. Since this
|
| +// in memory and does all its manipulations on the main thread. Since this
|
| // is only used for testing, only the parts of the interface that are needed
|
| // for testing have been implemented.
|
| class TestPasswordStore : public PasswordStore {
|
|
|