| 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 91b5e964c414615433d8f65d4b2ed6a91805c96f..4b9dd588192ff447959c7471c5d941c7f90e59bf 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl_unittest.cc
|
| @@ -41,6 +41,7 @@ class ProfileSyncFactoryImplTest : public testing::Test {
|
| datatypes.push_back(syncable::THEMES);
|
| datatypes.push_back(syncable::EXTENSIONS);
|
| datatypes.push_back(syncable::APPS);
|
| + datatypes.push_back(syncable::APP_NOTIFICATIONS);
|
| datatypes.push_back(syncable::AUTOFILL_PROFILE);
|
| datatypes.push_back(syncable::PASSWORDS);
|
| datatypes.push_back(syncable::TYPED_URLS);
|
|
|