diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h')
-rw-r--r-- | chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h index da3b545..c14872b 100644 --- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h +++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h @@ -60,7 +60,7 @@ class OmniboxPopupViewMac : public OmniboxPopupView, // Applies the given font and colors to the match string based on // classifications. static NSMutableAttributedString* DecorateMatchedString( - const string16& match_string, + const base::string16& match_string, const AutocompleteMatch::ACMatchClassifications& classifications, NSColor* text_color, NSColor* dim_text_color, @@ -74,7 +74,7 @@ class OmniboxPopupViewMac : public OmniboxPopupView, // cleaner. static NSMutableAttributedString* ElideString( NSMutableAttributedString* a_string, - const string16& original_string, + const base::string16& original_string, const gfx::Font& font, const float cell_width); |