| Index: chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| index f2213c4a83decc2e90f5da3259d8cfa90a6285bd..5e0a362f1b45e2896b5ca95e30bd1ec008fc3f19 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| @@ -64,7 +64,6 @@ IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, WebDataServiceSanity) {
|
| AddKeys(0, keys);
|
| ASSERT_TRUE(AutofillKeysChecker(0, 1).Wait());
|
| ASSERT_EQ(1U, GetAllKeys(0).size());
|
| -
|
| // Client1 adds a key.
|
| keys.clear();
|
| keys.insert(AutofillKey("name1", "value1-0"));
|
|
|