Index: ui/gfx/font.h |
diff --git a/ui/gfx/font.h b/ui/gfx/font.h |
index c05e76c5c16e47068cd980e9c1402052f569df07..e23465fbfce7b1b56256e8fec08560471ba02d16 100644 |
--- a/ui/gfx/font.h |
+++ b/ui/gfx/font.h |
@@ -74,7 +74,7 @@ class UI_EXPORT Font { |
// Returns the number of horizontal pixels needed to display the specified |
// string. |
- int GetStringWidth(const string16& text) const; |
+ int GetStringWidth(const base::string16& text) const; |
// Returns the expected number of horizontal pixels needed to display the |
// specified length of characters. Call GetStringWidth() to retrieve the |