| Index: chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_popup_view_gtk.h (revision 72382)
|
| +++ chrome/browser/autocomplete/autocomplete_popup_view_gtk.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| friend class AutocompletePopupViewGtkTest;
|
| static void SetupLayoutForMatch(
|
| PangoLayout* layout,
|
| - const string16& text,
|
| + const std::wstring& text,
|
| const AutocompleteMatch::ACMatchClassifications& classifications,
|
| const GdkColor* base_color,
|
| const GdkColor* dim_color,
|
|
|