| 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 0b491976f613e1031e9e17cf475b51de10da7561..f66d3796c2510269b34412bdeefb3d233b5d85ba 100644
|
| --- a/sync/protocol/proto_enum_conversions_unittest.cc
|
| +++ b/sync/protocol/proto_enum_conversions_unittest.cc
|
| @@ -50,7 +50,7 @@ TEST_F(ProtoEnumConversionsTest, GetUpdatesSourceString) {
|
| TestEnumStringFunction(
|
| GetUpdatesSourceString,
|
| sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MIN,
|
| - sync_pb::GetUpdatesCallerInfo::SYNC_CYCLE_CONTINUATION);
|
| + sync_pb::GetUpdatesCallerInfo::PERIODIC);
|
| TestEnumStringFunction(
|
| GetUpdatesSourceString,
|
| sync_pb::GetUpdatesCallerInfo::NEWLY_SUPPORTED_DATATYPE,
|
|
|