Index: ui/gfx/render_text.h |
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
index 598f4e1d181598e590042105ceaed5a56923eae1..df23ff3ef88b431135716432a117ea9b4a07b835 100644 |
--- a/ui/gfx/render_text.h |
+++ b/ui/gfx/render_text.h |
@@ -151,7 +151,7 @@ struct Line { |
// visual layout. Support is built in for a cursor, a selection, simple styling, |
// complex scripts, and bi-directional text. Implementations provide mechanisms |
// for rendering and translation between logical and visual data. |
-class UI_EXPORT RenderText { |
+class GFX_EXPORT RenderText { |
public: |
virtual ~RenderText(); |