| Index: chrome/browser/chromeos/login/version_info_updater.cc
|
| diff --git a/chrome/browser/chromeos/login/version_info_updater.cc b/chrome/browser/chromeos/login/version_info_updater.cc
|
| index cc596f5933c30ee1559ed42464102d1d00a6f467..3676e9f5d030ca2e6873282dd746343df3b88bd3 100644
|
| --- a/chrome/browser/chromeos/login/version_info_updater.cc
|
| +++ b/chrome/browser/chromeos/login/version_info_updater.cc
|
| @@ -159,7 +159,7 @@ void VersionInfoUpdater::OnBootTimes(
|
| boot_times.pre_startup,
|
| boot_times.system);
|
| }
|
| - // Use UTF8ToWide once this string is localized.
|
| + // Use base::UTF8ToWide once this string is localized.
|
| if (delegate_)
|
| delegate_->OnBootTimesLabelTextUpdated(boot_times_text);
|
| }
|
|
|