| Index: components/password_manager/core/browser/form_fetcher_impl_unittest.cc
|
| diff --git a/components/password_manager/core/browser/form_fetcher_impl_unittest.cc b/components/password_manager/core/browser/form_fetcher_impl_unittest.cc
|
| index 9e3e072d82e56a3f20f3641216e781d4c6b9f517..4dd2d5931d820a303b38f94cd9df5b241babbd36 100644
|
| --- a/components/password_manager/core/browser/form_fetcher_impl_unittest.cc
|
| +++ b/components/password_manager/core/browser/form_fetcher_impl_unittest.cc
|
| @@ -490,10 +490,6 @@ TEST_F(FormFetcherImplTest, TryToMigrateHTTPPasswordsOnHTTPSSites) {
|
| form_fetcher_->OnGetPasswordStoreResults(MakeResults(empty_forms));
|
| ASSERT_TRUE(migrator_ptr);
|
|
|
| - // Setting action equal to origin is necessary in order to mirror the behavior
|
| - // in HttpPasswordMigrator.
|
| - https_form.action = https_form.origin;
|
| -
|
| // Now perform the actual migration.
|
| EXPECT_CALL(*mock_store_, AddLogin(https_form));
|
| EXPECT_CALL(*static_cast<MockFormFetcherImpl*>(form_fetcher_.get()),
|
|
|