| Index: ash/wm/common/window_state.h
|
| diff --git a/ash/wm/common/window_state.h b/ash/wm/common/window_state.h
|
| index a24f6282b2abdd4791e70a36d0c44a285ab76a64..5bcb23e05271c05c6b883b905f7668fe52fe5983 100644
|
| --- a/ash/wm/common/window_state.h
|
| +++ b/ash/wm/common/window_state.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <memory>
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
| #include "ash/wm/common/drag_details.h"
|
| #include "ash/wm/common/wm_types.h"
|
| #include "base/gtest_prod_util.h"
|
| @@ -45,7 +45,7 @@ class WmWindow;
|
| // Prefer using this class instead of passing aura::Window* around in
|
| // ash code as this is often what you need to interact with, and
|
| // accessing the window using |window()| is cheap.
|
| -class ASH_WM_COMMON_EXPORT WindowState {
|
| +class ASH_EXPORT WindowState {
|
| public:
|
| // A subclass of State class represents one of the window's states
|
| // that corresponds to WindowStateType in Ash environment, e.g.
|
|
|