| 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 0421298d8dc28fdf7396fc82c203b17e7841101c..044d2967712eafc2e5a998467bfba07211c386df 100644
|
| --- a/chrome/browser/sync/glue/data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/data_type_controller.cc
|
| @@ -13,12 +13,12 @@ bool DataTypeController::IsUnrecoverableResult(StartResult result) {
|
| return (result == UNRECOVERABLE_ERROR);
|
| }
|
|
|
| -SyncError DataTypeController::CreateAndUploadError(
|
| +csync::SyncError DataTypeController::CreateAndUploadError(
|
| const tracked_objects::Location& location,
|
| const std::string& message,
|
| syncable::ModelType type) {
|
| ChromeReportUnrecoverableError();
|
| - return SyncError(location, message, type);
|
| + return csync::SyncError(location, message, type);
|
| }
|
|
|
| void DataTypeController::RecordUnrecoverableError(
|
|
|