Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
index 4038f8e5ccc3ab14d583c0ab8e1ba808f7881e41..b9bfb1d8659c9c751069625805bf9b5483af1c71 100644 |
--- a/chrome/browser/sync/profile_sync_service_password_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
@@ -185,7 +185,7 @@ class ProfileSyncServicePasswordTest : public testing::Test { |
sync_api::WriteNode node(&trans); |
std::string tag = PasswordModelAssociator::MakeTag(entry); |
- ASSERT_TRUE(node.InitUniqueByCreation(syncable::PASSWORD, |
+ ASSERT_TRUE(node.InitUniqueByCreation(syncable::PASSWORDS, |
password_root, |
tag)); |
PasswordModelAssociator::WriteToSyncNode(entry, &node); |