| Index: sync/protocol/proto_enum_conversions_unittest.cc
|
| diff --git a/sync/protocol/proto_enum_conversions_unittest.cc b/sync/protocol/proto_enum_conversions_unittest.cc
|
| index 7b323a53a8fcb8c4c119c8aafdd4bea91244bfd2..d5664365dae03139e9338cdf87bd9f1175a5965c 100644
|
| --- a/sync/protocol/proto_enum_conversions_unittest.cc
|
| +++ b/sync/protocol/proto_enum_conversions_unittest.cc
|
| @@ -60,7 +60,7 @@ TEST_F(ProtoEnumConversionsTest, GetUpdatesSourceString) {
|
| sync_pb::GetUpdatesCallerInfo::PERIODIC);
|
| TestEnumStringFunction(
|
| GetUpdatesSourceString,
|
| - sync_pb::GetUpdatesCallerInfo::NEWLY_SUPPORTED_DATATYPE,
|
| + sync_pb::GetUpdatesCallerInfo::RETRY,
|
| sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MAX);
|
| }
|
|
|
|
|