| Index: chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_factory_unittest.cc b/chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| index 3c29971019b5afbf0307eba856513208b188f5e0..8409ecf8335bf983bda9ff727b962f07c585fcaa 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
| @@ -78,6 +78,7 @@ class ProfileSyncServiceFactoryTest : public testing::Test {
|
| datatypes.push_back(syncer::SUPERVISED_USER_SETTINGS);
|
| datatypes.push_back(syncer::SUPERVISED_USER_WHITELISTS);
|
| datatypes.push_back(syncer::TYPED_URLS);
|
| + datatypes.push_back(syncer::USER_EVENTS);
|
|
|
| return datatypes;
|
| }
|
|
|