Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_factory_impl_unittest.cc |
| =================================================================== |
| --- chrome/browser/sync/profile_sync_factory_impl_unittest.cc (revision 109292) |
| +++ chrome/browser/sync/profile_sync_factory_impl_unittest.cc (working copy) |
| @@ -44,6 +44,7 @@ |
| datatypes.push_back(syncable::AUTOFILL_PROFILE); |
| datatypes.push_back(syncable::PASSWORDS); |
| datatypes.push_back(syncable::TYPED_URLS); |
| + datatypes.push_back(syncable::SEARCH_ENGINES); |
| return datatypes; |
| } |