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 d6f59aca9cc8049cfb94263e485936200ad53d71..1d76b9ad1d37b041981f65a67057d59c55c22e87 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
@@ -37,6 +37,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test { |
static std::vector<syncer::ModelType> DefaultDatatypes() { |
std::vector<syncer::ModelType> datatypes; |
datatypes.push_back(syncer::APPS); |
+ datatypes.push_back(syncer::APP_LIST); |
datatypes.push_back(syncer::APP_SETTINGS); |
datatypes.push_back(syncer::AUTOFILL); |
datatypes.push_back(syncer::AUTOFILL_PROFILE); |