| Index: chrome/browser/sync/glue/data_type_manager.cc
|
| diff --git a/chrome/browser/sync/glue/data_type_manager.cc b/chrome/browser/sync/glue/data_type_manager.cc
|
| index bb960c267cd84379f1621f0210a11a5f2599685c..7d2836372c924ad0ad1c693822fc456e83f45576 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager.cc
|
| +++ b/chrome/browser/sync/glue/data_type_manager.cc
|
| @@ -19,7 +19,7 @@ DataTypeManager::ConfigureResult::ConfigureResult(ConfigureStatus status,
|
| DataTypeManager::ConfigureResult::ConfigureResult(
|
| ConfigureStatus status,
|
| TypeSet requested_types,
|
| - const std::list<SyncError>& failed_data_types,
|
| + const std::list<csync::SyncError>& failed_data_types,
|
| syncable::ModelTypeSet waiting_to_start)
|
| : status(status),
|
| requested_types(requested_types),
|
|
|