Index: ui/gfx/platform_font_pango.h |
diff --git a/ui/gfx/platform_font_pango.h b/ui/gfx/platform_font_pango.h |
index 845c15028b0763ffa3acef7649c3154bb419fe4c..2fce305a1b7defa5558ff9bbe5df7e1a9c8edd3f 100644 |
--- a/ui/gfx/platform_font_pango.h |
+++ b/ui/gfx/platform_font_pango.h |
@@ -43,7 +43,7 @@ class UI_EXPORT PlatformFontPango : public PlatformFont { |
virtual int GetHeight() const OVERRIDE; |
virtual int GetBaseline() const OVERRIDE; |
virtual int GetAverageCharacterWidth() const OVERRIDE; |
- virtual int GetStringWidth(const string16& text) const OVERRIDE; |
+ virtual int GetStringWidth(const base::string16& text) const OVERRIDE; |
virtual int GetExpectedTextWidth(int length) const OVERRIDE; |
virtual int GetStyle() const OVERRIDE; |
virtual std::string GetFontName() const OVERRIDE; |