| Index: ash/wm/common/wm_globals.h
|
| diff --git a/ash/wm/common/wm_globals.h b/ash/wm/common/wm_globals.h
|
| index b58b331f11f90c02d8edcec3ebbb4fcc41c5ba6d..cbbaad63cd8492357cea7402726a89e24a6b3198 100644
|
| --- a/ash/wm/common/wm_globals.h
|
| +++ b/ash/wm/common/wm_globals.h
|
| @@ -10,7 +10,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -31,7 +31,7 @@ class WmWindow;
|
| enum class WmUserMetricsAction;
|
|
|
| // Used for accessing global state.
|
| -class ASH_WM_COMMON_EXPORT WmGlobals {
|
| +class ASH_EXPORT WmGlobals {
|
| public:
|
| virtual ~WmGlobals() {}
|
|
|
|
|