Chromium Code Reviews| Index: ui/gfx/size_base.h |
| diff --git a/ui/gfx/size_base.h b/ui/gfx/size_base.h |
| index 72d47d2c37b0245f006106c2161e5633a332369e..c8349dc4b77d81ee38aca5efdaaada01ba238a61 100644 |
| --- a/ui/gfx/size_base.h |
| +++ b/ui/gfx/size_base.h |
| @@ -11,7 +11,7 @@ namespace gfx { |
| // A size has width and height values. |
| template<typename Class, typename Type> |
| -class UI_EXPORT SizeBase { |
| +class GFX_EXPORT SizeBase { |
| public: |
| Type width() const { return width_; } |
| Type height() const { return height_; } |