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 15259720153bf0fdd1b9be651e08ee0a48cbeb23..df46117f16c8c5d7561a07039026bd55a61e54bc 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
@@ -52,6 +52,7 @@ |
datatypes.push_back(syncer::AUTOFILL); |
datatypes.push_back(syncer::AUTOFILL_PROFILE); |
datatypes.push_back(syncer::AUTOFILL_WALLET_DATA); |
+ datatypes.push_back(syncer::AUTOFILL_WALLET_METADATA); |
datatypes.push_back(syncer::BOOKMARKS); |
datatypes.push_back(syncer::DEVICE_INFO); |
#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) |