Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index 79fba861be2f1e48c0237d0249565f5eb31c6706..a2d88ccf7b6d4211a014fa9aaa4b66bf89625da4 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -1378,7 +1378,7 @@ bool TabContents::UpdateTitleForEntry(NavigationEntry* entry, |
} |
// Lastly, set the title for the view. |
- view_->SetPageTitle(UTF16ToWideHack(final_title)); |
+ view_->SetPageTitle(final_title); |
TitleUpdatedDetails details(entry, explicit_set); |