| Index: chrome/browser/sync/test/integration/migration_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/migration_test.cc b/chrome/browser/sync/test/integration/migration_test.cc
|
| index 55fbf3e64398fb90d33a463d2534c8634f625cda..ce67f4b118dd4e218ec13f56ac93564b021dc972 100644
|
| --- a/chrome/browser/sync/test/integration/migration_test.cc
|
| +++ b/chrome/browser/sync/test/integration/migration_test.cc
|
| @@ -103,6 +103,7 @@ class MigrationTest : public SyncTest {
|
| // Autofill wallet will be unready during this test, so we should not
|
| // request that it be migrated.
|
| preferred_data_types.Remove(syncer::AUTOFILL_WALLET_DATA);
|
| + preferred_data_types.Remove(syncer::AUTOFILL_WALLET_METADATA);
|
|
|
| // Make sure all clients have the same preferred data types.
|
| for (int i = 1; i < num_clients(); ++i) {
|
|
|