| 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 c5881b0849491471ba0f1b703a4a7ce41198beef..2c468f560e0060282c04678fbeb2f8e881e69015 100644
|
| --- a/chrome/browser/sync/test/integration/migration_test.cc
|
| +++ b/chrome/browser/sync/test/integration/migration_test.cc
|
| @@ -105,7 +105,7 @@ class MigrationTest : public SyncTest {
|
| preferred_data_types.Remove(syncer::AUTOFILL_WALLET_DATA);
|
| preferred_data_types.Remove(syncer::AUTOFILL_WALLET_METADATA);
|
|
|
| - // Arc package will be unready during this test, so we should not request
|
| + // ARC package will be unready during this test, so we should not request
|
| // that it be migrated.
|
| preferred_data_types.Remove(syncer::ARC_PACKAGE);
|
|
|
|
|