| Index: chrome/browser/password_manager/password_store_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| index 00a574779d2206f9e6e0d623c93761360c0500d7..412e67787590080d9e018639a91fe83a1aeae054 100644
|
| --- a/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| @@ -1451,6 +1451,8 @@ TEST_F(PasswordStoreMacTest, TestDBKeychainAssociation) {
|
| base::MessageLoop::current()->Run();
|
|
|
| // 3. Add the returned password for m.facebook.com.
|
| + returned_form.signon_realm = "http://m.facebook.com";
|
| + returned_form.origin = GURL("http://m.facebook.com/index.html");
|
| EXPECT_EQ(AddChangeForForm(returned_form),
|
| login_db()->AddLogin(returned_form));
|
| owned_keychain_adapter.AddPassword(m_form);
|
|
|