Index: ui/gfx/text_utils.h |
diff --git a/ui/gfx/text_utils.h b/ui/gfx/text_utils.h |
index bd94902fba6ba549b9701cc00251a6a9808df788..abc70750616bade4e078fd7d1e396323f2386871 100644 |
--- a/ui/gfx/text_utils.h |
+++ b/ui/gfx/text_utils.h |
@@ -24,8 +24,8 @@ UI_EXPORT base::string16 RemoveAcceleratorChar(const base::string16& s, |
// Returns the number of horizontal pixels needed to display the specified |
// |text| with |font_list|. |
-UI_EXPORT int GetStringWidth(const base::string16& text, |
- const FontList& font_list); |
+UI_EXPORT float GetStringWidth(const base::string16& text, |
+ const FontList& font_list); |
} // namespace gfx |