Index: ui/gfx/platform_font.h |
diff --git a/ui/gfx/platform_font.h b/ui/gfx/platform_font.h |
index a78eda6b55aaf228ce8483f47cd10f9dfa71972c..9851a04ed0d10777cb75cff32068cd5ee15cce12 100644 |
--- a/ui/gfx/platform_font.h |
+++ b/ui/gfx/platform_font.h |
@@ -47,7 +47,7 @@ class UI_EXPORT PlatformFont : public base::RefCounted<PlatformFont> { |
// Returns the number of horizontal pixels needed to display the specified |
// string. |
- virtual int GetStringWidth(const string16& text) const = 0; |
+ virtual int GetStringWidth(const base::string16& text) const = 0; |
// Returns the expected number of horizontal pixels needed to display the |
// specified length of characters. Call GetStringWidth() to retrieve the |