Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1877)

Unified Diff: chrome/browser/chromeos/login/background_view.cc

Issue 8142026: Revert 104076 - Change std::wstring to string16 for views::Link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/background_view.cc
===================================================================
--- chrome/browser/chromeos/login/background_view.cc (revision 104083)
+++ chrome/browser/chromeos/login/background_view.cc (working copy)
@@ -316,12 +316,12 @@
void BackgroundView::OnOSVersionLabelTextUpdated(
const std::string& os_version_label_text) {
- os_version_label_->SetText(UTF8ToUTF16(os_version_label_text));
+ os_version_label_->SetText(UTF8ToWide(os_version_label_text));
}
void BackgroundView::OnBootTimesLabelTextUpdated(
const std::string& boot_times_label_text) {
- boot_times_label_->SetText(UTF8ToUTF16(boot_times_label_text));
+ boot_times_label_->SetText(UTF8ToWide(boot_times_label_text));
}
///////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « chrome/browser/chromeos/input_method/candidate_window.cc ('k') | chrome/browser/chromeos/login/captcha_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698