| Index: components/password_manager/core/browser/password_form_manager.h
|
| diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h
|
| index b020e362626374e448902d2cd84132c69b08868f..c2bed1c8183f9972d0350dbf5d7ee28466abda6c 100644
|
| --- a/components/password_manager/core/browser/password_form_manager.h
|
| +++ b/components/password_manager/core/browser/password_form_manager.h
|
| @@ -228,8 +228,6 @@ class PasswordFormManager : public PasswordStoreConsumer {
|
| void WipeStoreCopyIfOutdated();
|
|
|
| private:
|
| - friend class PasswordFormManagerTest;
|
| -
|
| // ManagerAction - What does the manager do with this form? Either it
|
| // fills it, or it doesn't. If it doesn't fill it, that's either
|
| // because it has no match, or it is blacklisted, or it is disabled
|
|
|