| Index: chrome/browser/sync/glue/data_type_error_handler.h
|
| diff --git a/chrome/browser/sync/glue/data_type_error_handler.h b/chrome/browser/sync/glue/data_type_error_handler.h
|
| index 962a85b9f8f440193c78e7f36a8e0d87b0a1adba..90e5a1ccbbe76b567926b8f897b207d59719fd1f 100644
|
| --- a/chrome/browser/sync/glue/data_type_error_handler.h
|
| +++ b/chrome/browser/sync/glue/data_type_error_handler.h
|
| @@ -23,10 +23,10 @@ class DataTypeErrorHandler {
|
| const tracked_objects::Location& from_here,
|
| const std::string& message) = 0;
|
|
|
| - // This will create a csync::SyncError object. This will also upload
|
| + // This will create a syncer::SyncError object. This will also upload
|
| // a breakpad call stack to crash server. A sync error usually means
|
| // that sync has to be disabled either for that type or completely.
|
| - virtual csync::SyncError CreateAndUploadError(
|
| + virtual syncer::SyncError CreateAndUploadError(
|
| const tracked_objects::Location& location,
|
| const std::string& message,
|
| syncable::ModelType type) = 0;
|
|
|