| Index: ui/wm/core/image_grid.h
|
| diff --git a/ui/wm/core/image_grid.h b/ui/wm/core/image_grid.h
|
| index 49ac64298761e48f066d0321086c328aa949eed2..bee1e46745263a1392a153df0fae0f2eba1679ba 100644
|
| --- a/ui/wm/core/image_grid.h
|
| +++ b/ui/wm/core/image_grid.h
|
| @@ -12,7 +12,7 @@
|
| #include "ui/compositor/layer_delegate.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
| -#include "ui/wm/core/wm_core_export.h"
|
| +#include "ui/wm/wm_export.h"
|
|
|
| namespace gfx {
|
| class Image;
|
| @@ -56,10 +56,10 @@ namespace wm {
|
| // | xXX|
|
| // ...
|
| //
|
| -class WM_CORE_EXPORT ImageGrid {
|
| +class WM_EXPORT ImageGrid {
|
| public:
|
| // Helper class for use by tests.
|
| - class WM_CORE_EXPORT TestAPI {
|
| + class WM_EXPORT TestAPI {
|
| public:
|
| TestAPI(ImageGrid* grid) : grid_(grid) {}
|
|
|
|
|