| Index: views/layout/box_layout.h
|
| ===================================================================
|
| --- views/layout/box_layout.h (revision 95624)
|
| +++ views/layout/box_layout.h (working copy)
|
| @@ -23,7 +23,7 @@
|
| // child views are always sized according to their preferred size. If the
|
| // host's bounds provide insufficient space, child views will be clamped.
|
| // Excess space will not be distributed.
|
| -class VIEWS_API BoxLayout : public LayoutManager {
|
| +class VIEWS_EXPORT BoxLayout : public LayoutManager {
|
| public:
|
| enum Orientation {
|
| kHorizontal,
|
|
|