summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/platform_font.h')
-rw-r--r--ui/gfx/platform_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/platform_font.h b/ui/gfx/platform_font.h
index a78eda6..9851a04 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