| Index: sync/protocol/proto_enum_conversions.cc
|
| diff --git a/sync/protocol/proto_enum_conversions.cc b/sync/protocol/proto_enum_conversions.cc
|
| index edbe591756e484bbb6c6ac9a6c85a80ec4984532..213a0961b028e3d0c711bdf8911b01ec816eafa3 100644
|
| --- a/sync/protocol/proto_enum_conversions.cc
|
| +++ b/sync/protocol/proto_enum_conversions.cc
|
| @@ -150,6 +150,7 @@ const char* GetErrorTypeString(sync_pb::SyncEnums::ErrorType error_type) {
|
| ENUM_CASE(sync_pb::SyncEnums, TRANSIENT_ERROR);
|
| ENUM_CASE(sync_pb::SyncEnums, MIGRATION_DONE);
|
| ENUM_CASE(sync_pb::SyncEnums, DISABLED_BY_ADMIN);
|
| + ENUM_CASE(sync_pb::SyncEnums, USER_ROLLBACK);
|
| ENUM_CASE(sync_pb::SyncEnums, UNKNOWN);
|
| }
|
| NOTREACHED();
|
|
|