diff options
-rw-r--r-- | chrome/browser/dom_ui/tips_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/tips_handler.cc b/chrome/browser/dom_ui/tips_handler.cc index 7fd5ac1..34294d4 100644 --- a/chrome/browser/dom_ui/tips_handler.cc +++ b/chrome/browser/dom_ui/tips_handler.cc @@ -66,7 +66,7 @@ void TipsHandler::HandleGetTips(const Value* content) { current_tip_index = 0; if (!dom_ui_->GetProfile()->GetPrefs()->GetBoolean( prefs::kHomePageIsNewTabPage)) { - SendTip(WideToASCII(l10n_util::GetString( + SendTip(WideToUTF8(l10n_util::GetString( IDS_NEW_TAB_MAKE_THIS_HOMEPAGE)), L"set_homepage_tip", current_tip_index); return; |