Index: chrome/browser/sync/test/integration/single_client_directory_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc b/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc |
index 3cc5d21a3f9f018f745e6a2614ebd97ab13d2e7d..77cb99113bea90bcb4b92688b7e043b00dbccdba 100644 |
--- a/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc |
@@ -92,7 +92,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientDirectorySyncTest, |
ASSERT_TRUE(SetupClients()) << "SetupClients() failed."; |
// Sync and wait for syncing to complete. |
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; |
- ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService((0)))); |
+ ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService(0))); |
ASSERT_TRUE(bookmarks_helper::ModelMatchesVerifier(0)); |
// Flush the directory to the backing store and wait until the flush |