Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc (revision 72388) |
+++ chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc (working copy) |
@@ -1631,7 +1631,7 @@ |
if (is_plain_text) { |
AutocompleteMatch match; |
model_->profile()->GetAutocompleteClassifier()->Classify( |
- UTF8ToWide(reinterpret_cast<char*>(data)), std::wstring(), false, |
+ UTF8ToUTF16(reinterpret_cast<char*>(data)), string16(), false, |
&match, NULL); |
url = match.destination_url; |
} else { |