| Index: components/password_manager/sync/browser/password_sync_util_unittest.cc
|
| diff --git a/components/password_manager/sync/browser/password_sync_util_unittest.cc b/components/password_manager/sync/browser/password_sync_util_unittest.cc
|
| index d1bfc448677c59ff98d5f943acd83dec181d026b..5c21a83ebdfdcc41943a1543356995fe20392429 100644
|
| --- a/components/password_manager/sync/browser/password_sync_util_unittest.cc
|
| +++ b/components/password_manager/sync/browser/password_sync_util_unittest.cc
|
| @@ -66,6 +66,8 @@ TEST_F(PasswordSyncUtilTest, IsSyncAccountCredential) {
|
| false},
|
| {SimpleNonGaiaForm("sync_user@example.org"), "sync_user@example.org",
|
| false},
|
| + {SimpleGaiaForm(""), "sync_user@example.org", true},
|
| + {SimpleNonGaiaForm(""), "sync_user@example.org", false},
|
| };
|
|
|
| for (size_t i = 0; i < arraysize(kTestCases); ++i) {
|
|
|