| Index: chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| index d0ff9afeeb8586bbcd9ffee707e63a41ab516344..a484b44a2bb381bc40c591023da923aec5dc167f 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| @@ -49,6 +49,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
|
| datatypes.push_back(syncer::APP_SETTINGS);
|
| datatypes.push_back(syncer::AUTOFILL);
|
| datatypes.push_back(syncer::AUTOFILL_PROFILE);
|
| + datatypes.push_back(syncer::AUTOFILL_WALLET_DATA);
|
| datatypes.push_back(syncer::BOOKMARKS);
|
| datatypes.push_back(syncer::DEVICE_INFO);
|
| #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS)
|
|
|