| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc (revision 72383)
|
| +++ 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(
|
| - UTF8ToUTF16(reinterpret_cast<char*>(data)), string16(), false,
|
| + UTF8ToWide(reinterpret_cast<char*>(data)), std::wstring(), false,
|
| &match, NULL);
|
| url = match.destination_url;
|
| } else {
|
|
|
| Property changes on: chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|