| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 13e0d42b90cdea2bc1a88bed3925cf43735ca400..17fd2528ba7d60871c32aec018c35d85ea646c9a 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -593,7 +593,7 @@ string16 ProfileSyncService::GetLastSyncedTimeString() const {
|
| if (last_synced < base::TimeDelta::FromMinutes(1))
|
| return l10n_util::GetStringUTF16(IDS_SYNC_TIME_JUST_NOW);
|
|
|
| - return WideToUTF16Hack(TimeFormat::TimeElapsed(last_synced));
|
| + return TimeFormat::TimeElapsed(last_synced);
|
| }
|
|
|
| string16 ProfileSyncService::GetAuthenticatedUsername() const {
|
|
|