Index: chrome/browser/sync/profile_sync_components_factory_impl.cc |
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
index da74517c33ceb446021bb6c460b687979d4a3551..e844300552b8f6b1cea55ebd83ecc11bc882a916 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
@@ -193,7 +193,7 @@ void ProfileSyncComponentsFactoryImpl::DisableBrokenType( |
const tracked_objects::Location& from_here, |
const std::string& message) { |
ProfileSyncService* p = ProfileSyncServiceFactory::GetForProfile(profile_); |
- p->DisableBrokenDatatype(type, from_here, message); |
+ p->DisableDatatype(type, from_here, message); |
} |
DataTypeController::DisableTypeCallback |