Index: chrome/browser/sync/glue/data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/data_type_controller.cc b/chrome/browser/sync/glue/data_type_controller.cc |
index 71095ab52e1bc8f2bfd1391d4e9d92783e00e6f1..cb56478cd790acdab0190e0674ac57fbc37cd660 100644 |
--- a/chrome/browser/sync/glue/data_type_controller.cc |
+++ b/chrome/browser/sync/glue/data_type_controller.cc |
@@ -23,7 +23,10 @@ syncer::SyncError DataTypeController::CreateAndUploadError( |
const std::string& message, |
syncer::ModelType type) { |
ChromeReportUnrecoverableError(); |
- return syncer::SyncError(location, message, type); |
+ return syncer::SyncError(location, |
+ syncer::SyncError::DATATYPE_ERROR, |
+ message, |
+ type); |
} |
void DataTypeController::RecordUnrecoverableError( |