| Index: chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| index 414e3a9e73f31d7af66e01bba8476527078bd0cc..8ae961136b810a46a1426bb9dc59207d5142147e 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| @@ -43,6 +43,7 @@ class ProfileSyncFactoryImplTest : public TestingBrowserProcessTest {
|
| datatypes.push_back(syncable::APPS);
|
| datatypes.push_back(syncable::AUTOFILL_PROFILE);
|
| datatypes.push_back(syncable::PASSWORDS);
|
| + datatypes.push_back(syncable::TYPED_URLS);
|
| return datatypes;
|
| }
|
|
|
|
|