diff options
Diffstat (limited to 'ui/base/text/text_elider.h')
-rw-r--r-- | ui/base/text/text_elider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/text/text_elider.h b/ui/base/text/text_elider.h index 7c4a946..86424df 100644 --- a/ui/base/text/text_elider.h +++ b/ui/base/text/text_elider.h @@ -34,7 +34,7 @@ namespace ui { string16 ElideUrl(const GURL& url, const gfx::Font& font, int available_pixel_width, - const std::wstring& languages); + const std::string& languages); // Elides |text| to fit in |available_pixel_width|. If |elide_in_middle| is // set the ellipsis is placed in the middle of the string; otherwise it is @@ -61,7 +61,7 @@ string16 ElideFilename(const FilePath& filename, // SortedDisplayURL is relatively cheap and supports value semantics. class SortedDisplayURL { public: - SortedDisplayURL(const GURL& url, const std::wstring& languages); + SortedDisplayURL(const GURL& url, const std::string& languages); SortedDisplayURL(); ~SortedDisplayURL(); |