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 0447108e5d6941fde5b588434705bc3239f9aa91..b28ba8d6f567aec52a7a3ab0849e04162f25f8e7 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
@@ -45,6 +45,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test { |
datatypes.push_back(syncer::PREFERENCES); |
datatypes.push_back(syncer::SEARCH_ENGINES); |
datatypes.push_back(syncer::SESSIONS); |
+ datatypes.push_back(syncer::TABS); |
datatypes.push_back(syncer::THEMES); |
datatypes.push_back(syncer::TYPED_URLS); |
return datatypes; |