| Index: ui/gfx/insets_base.h
|
| diff --git a/ui/gfx/insets_base.h b/ui/gfx/insets_base.h
|
| index ab105bccfb8018ecbb85ba9b28815e079e782910..da7aca103e549bce791d8fdff22a3c5894f5da53 100644
|
| --- a/ui/gfx/insets_base.h
|
| +++ b/ui/gfx/insets_base.h
|
| @@ -12,7 +12,7 @@ namespace gfx {
|
| // An insets represents the borders of a container (the space the container must
|
| // leave at each of its edges).
|
| template<typename Class, typename Type>
|
| -class UI_EXPORT InsetsBase {
|
| +class GFX_EXPORT InsetsBase {
|
| public:
|
| Type top() const { return top_; }
|
| Type left() const { return left_; }
|
|
|