Index: ui/gfx/pango_util.h |
diff --git a/ui/gfx/pango_util.h b/ui/gfx/pango_util.h |
index a6721354ecfc58bd16d05e52a91bcad94e3dea6c..48b0c530ab271c3c5bb680920d752388703be252 100644 |
--- a/ui/gfx/pango_util.h |
+++ b/ui/gfx/pango_util.h |
@@ -52,7 +52,7 @@ class ScopedPangoFontDescription { |
// Uses Pango to draw text onto |cr|. This is the public method for d |
void UI_EXPORT DrawTextOntoCairoSurface(cairo_t* cr, |
- const string16& text, |
+ const base::string16& text, |
const gfx::Font& font, |
const gfx::Rect& bounds, |
const gfx::Rect& clip, |
@@ -68,7 +68,7 @@ void UI_EXPORT DrawTextOntoCairoSurface(cairo_t* cr, |
// the |width| in PANGO_SCALE for RTL locale, the base |text_direction|, |
// alignment, ellipsis, word wrapping, resolution, etc. |
void SetupPangoLayout(PangoLayout* layout, |
- const string16& text, |
+ const base::string16& text, |
const gfx::Font& font, |
int width, |
base::i18n::TextDirection text_direction, |
@@ -78,7 +78,7 @@ void SetupPangoLayout(PangoLayout* layout, |
// sets the font description based on |font_description|. |
void SetupPangoLayoutWithFontDescription( |
PangoLayout* layout, |
- const string16& text, |
+ const base::string16& text, |
const std::string& font_description, |
int width, |
base::i18n::TextDirection text_direction, |