| Index: chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| index 6e18c93146c3f56c20431482deeb524419c6a608..b1652a74409fa386d53124f9e0cc2adda94a01f4 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| @@ -38,7 +38,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientPasswordsSyncTest, Sanity) {
|
| AddLogin(GetPasswordStore(0), form);
|
| ASSERT_EQ(1, GetPasswordCount(0));
|
|
|
| - ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService((0))));
|
| + ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService(0)));
|
| ASSERT_TRUE(ProfileContainsSamePasswordFormsAsVerifier(0));
|
| ASSERT_EQ(1, GetPasswordCount(0));
|
| }
|
|
|