| 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 808602795e4bf8bb004fdae58f177a4312d870f9..85b289e8f7798c8eb2fbe5871e11f7cf76806e28 100644
|
| --- a/components/sync/driver/about_sync_util.cc
|
| +++ b/components/sync/driver/about_sync_util.cc
|
| @@ -426,7 +426,7 @@ std::unique_ptr<base::DictionaryValue> ConstructAboutInformation(
|
| if (snapshot.legacy_updates_source() !=
|
| sync_pb::GetUpdatesCallerInfo::UNKNOWN) {
|
| session_source.SetValue(
|
| - syncer::GetUpdatesSourceString(snapshot.legacy_updates_source()));
|
| + syncer::ProtoEnumToString(snapshot.legacy_updates_source()));
|
| }
|
| get_key_result.SetValue(GetSyncerErrorString(
|
| snapshot.model_neutral_state().last_get_key_result));
|
|
|