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 12b63743b8726fc355b891a458567f163b7c8f05..7e30fca3a70254d07b4297abd32e86148e04321c 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc |
@@ -34,7 +34,6 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test { |
static std::vector<syncer::ModelType> DefaultDatatypes() { |
std::vector<syncer::ModelType> datatypes; |
datatypes.push_back(syncer::APPS); |
- datatypes.push_back(syncer::APP_NOTIFICATIONS); |
datatypes.push_back(syncer::APP_SETTINGS); |
datatypes.push_back(syncer::AUTOFILL); |
datatypes.push_back(syncer::AUTOFILL_PROFILE); |