| 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 94e8409fbd66c51489a9acdaa136ec3630874168..04a74cfde118f95715757a8e7549f1ebae473e2f 100644
|
| --- a/chrome/browser/sync/glue/data_type_error_handler.h
|
| +++ b/chrome/browser/sync/glue/data_type_error_handler.h
|
| @@ -29,7 +29,7 @@ class DataTypeErrorHandler {
|
| virtual syncer::SyncError CreateAndUploadError(
|
| const tracked_objects::Location& location,
|
| const std::string& message,
|
| - syncable::ModelType type) = 0;
|
| + syncer::ModelType type) = 0;
|
|
|
| protected:
|
| virtual ~DataTypeErrorHandler() { }
|
|
|