| Index: chrome/browser/autocomplete/autocomplete_popup_view_mac.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_popup_view_mac.h (revision 72382)
|
| +++ chrome/browser/autocomplete/autocomplete_popup_view_mac.h (working copy)
|
| @@ -102,7 +102,7 @@
|
| // and description cases. Returns NSMutableAttributedString as a
|
| // convenience for MatchText().
|
| static NSMutableAttributedString* DecorateMatchedString(
|
| - const string16 &matchString,
|
| + const std::wstring &matchString,
|
| const AutocompleteMatch::ACMatchClassifications &classifications,
|
| NSColor* textColor, NSColor* dimTextColor, gfx::Font& font);
|
|
|
| @@ -114,7 +114,7 @@
|
| // cleaner.
|
| static NSMutableAttributedString* ElideString(
|
| NSMutableAttributedString* aString,
|
| - const string16 originalString,
|
| + const std::wstring originalString,
|
| const gfx::Font& font,
|
| const float cellWidth);
|
|
|
|
|