| Index: ash/wm/common/wm_window_observer.h
|
| diff --git a/ash/wm/common/wm_window_observer.h b/ash/wm/common/wm_window_observer.h
|
| index d4200f9ef1d71f1114aa49cdb0fde9ebe9081577..1da0f866349ecc16da8dd69b1ff61b4f7b97756b 100644
|
| --- a/ash/wm/common/wm_window_observer.h
|
| +++ b/ash/wm/common/wm_window_observer.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include "ash/ash_export.h"
|
| +#include "ash/wm/common/ash_wm_common_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -19,7 +19,7 @@ namespace wm {
|
| class WmWindow;
|
| enum class WmWindowProperty;
|
|
|
| -class ASH_EXPORT WmWindowObserver {
|
| +class ASH_WM_COMMON_EXPORT WmWindowObserver {
|
| public:
|
| struct TreeChangeParams {
|
| WmWindow* target = nullptr;
|
|
|