Index: chrome/browser/sync/glue/non_ui_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/non_ui_data_type_controller.cc b/chrome/browser/sync/glue/non_ui_data_type_controller.cc |
index d10e4dc64b25ea493b366af02e40b6e0b7ed757b..d81fbe78cb2f571b0d1ab3be2ab2d76121830bb0 100644 |
--- a/chrome/browser/sync/glue/non_ui_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/non_ui_data_type_controller.cc |
@@ -288,7 +288,7 @@ void NonUIDataTypeController::DisableImpl( |
const tracked_objects::Location& from_here, |
const std::string& message) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
- sync_service_->DisableBrokenDatatype(type(), from_here, message); |
+ sync_service_->DisableDatatype(type(), from_here, message); |
} |
bool NonUIDataTypeController::StartAssociationAsync() { |