| 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 74cebe9798a9e6c665199686bd0f54c3aa26fe0a..22d77a351ae5d4a10d4193597c9d61585e7e5d49 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| @@ -44,6 +44,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
|
| datatypes.push_back(syncable::PASSWORDS);
|
| datatypes.push_back(syncable::PREFERENCES);
|
| datatypes.push_back(syncable::SEARCH_ENGINES);
|
| + datatypes.push_back(syncable::SESSIONS);
|
| datatypes.push_back(syncable::THEMES);
|
| datatypes.push_back(syncable::TYPED_URLS);
|
| return datatypes;
|
|
|