| Index: ash/wm/common/wm_activation_observer.h
|
| diff --git a/ash/wm/common/wm_activation_observer.h b/ash/wm/common/wm_activation_observer.h
|
| index ce02022550aa6f7fd9e958b43f94530305644f3b..fe6e1417f95fe3b6236eab6aef97d6996dca1dbc 100644
|
| --- a/ash/wm/common/wm_activation_observer.h
|
| +++ b/ash/wm/common/wm_activation_observer.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef ASH_WM_COMMON_WM_ACTIVATION_OBSERVER_H_
|
| #define ASH_WM_COMMON_WM_ACTIVATION_OBSERVER_H_
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
|
|
| namespace ash {
|
| namespace wm {
|
| @@ -13,7 +13,7 @@ namespace wm {
|
| class WmWindow;
|
|
|
| // Used to track changes in activation.
|
| -class ASH_WM_COMMON_EXPORT WmActivationObserver {
|
| +class ASH_EXPORT WmActivationObserver {
|
| public:
|
| virtual void OnWindowActivated(WmWindow* gained_active,
|
| WmWindow* lost_active) = 0;
|
|
|