Index: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
index aebe553e77e77d422ccb70e1f48e46c2bcdf8b1b..b78c629d3dbf29cf11dc5cc0d18c1f8df5bc5752 100644 |
--- a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
@@ -31,8 +31,6 @@ using passwords_helper::GetVerifierPasswordCount; |
using passwords_helper::GetVerifierPasswordStore; |
using passwords_helper::RemoveLogin; |
using passwords_helper::RemoveLogins; |
-using passwords_helper::SetDecryptionPassphrase; |
-using passwords_helper::SetEncryptionPassphrase; |
using passwords_helper::UpdateLogin; |
using sync_integration_test_util::AwaitPassphraseAccepted; |
using sync_integration_test_util::AwaitPassphraseRequired; |
@@ -85,11 +83,11 @@ IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, |
SetEncryptionPassphrase(0, kValidPassphrase, |
browser_sync::ProfileSyncService::EXPLICIT); |
- ASSERT_TRUE(AwaitPassphraseAccepted(GetSyncService((0)))); |
+ ASSERT_TRUE(AwaitPassphraseAccepted(GetSyncService(0))); |
- ASSERT_TRUE(AwaitPassphraseRequired(GetSyncService((1)))); |
+ ASSERT_TRUE(AwaitPassphraseRequired(GetSyncService(1))); |
ASSERT_TRUE(SetDecryptionPassphrase(1, kValidPassphrase)); |
- ASSERT_TRUE(AwaitPassphraseAccepted(GetSyncService((1)))); |
+ ASSERT_TRUE(AwaitPassphraseAccepted(GetSyncService(1))); |
PasswordForm form = CreateTestPasswordForm(0); |
AddLogin(GetPasswordStore(0), form); |