| Index: components/sync/driver/about_sync_util.cc
|
| diff --git a/components/sync/driver/about_sync_util.cc b/components/sync/driver/about_sync_util.cc
|
| index 1cb71adb3e9bb3ac41726b8efeb651e623803558..ab8082c2b384863543e841596a46b9ea427e177d 100644
|
| --- a/components/sync/driver/about_sync_util.cc
|
| +++ b/components/sync/driver/about_sync_util.cc
|
| @@ -424,7 +424,7 @@ std::unique_ptr<base::DictionaryValue> ConstructAboutInformation(
|
| if (snapshot.legacy_updates_source() !=
|
| sync_pb::GetUpdatesCallerInfo::UNKNOWN) {
|
| session_source.SetValue(
|
| - GetUpdatesSourceString(snapshot.legacy_updates_source()));
|
| + ProtoEnumToString(snapshot.legacy_updates_source()));
|
| }
|
| get_key_result.SetValue(GetSyncerErrorString(
|
| snapshot.model_neutral_state().last_get_key_result));
|
|
|