Chromium Code Reviews| Index: ui/gfx/text_utils.h |
| diff --git a/ui/gfx/text_utils.h b/ui/gfx/text_utils.h |
| index bd94902fba6ba549b9701cc00251a6a9808df788..5f61ec292acf609246320014070f8daa70bfe953 100644 |
| --- a/ui/gfx/text_utils.h |
| +++ b/ui/gfx/text_utils.h |
| @@ -17,14 +17,14 @@ class FontList; |
| // |accelerated_char_pos| and |accelerated_char_span| will be set to the index |
| // and span of the last accelerated character, respectively, or -1 and 0 if |
| // there was none. |
| -UI_EXPORT base::string16 RemoveAcceleratorChar(const base::string16& s, |
| +GFX_EXPORT base::string16 RemoveAcceleratorChar(const base::string16& s, |
| base::char16 accelerator_char, |
|
sky
2013/09/24 19:11:40
nit: moar indenting
|
| int* accelerated_char_pos, |
| int* accelerated_char_span); |
| // Returns the number of horizontal pixels needed to display the specified |
| // |text| with |font_list|. |
| -UI_EXPORT int GetStringWidth(const base::string16& text, |
| +GFX_EXPORT int GetStringWidth(const base::string16& text, |
| const FontList& font_list); |
| } // namespace gfx |