| Index: ash/wm/activation_controller_delegate.h
|
| diff --git a/ash/wm/activation_controller_delegate.h b/ash/wm/activation_controller_delegate.h
|
| index ac3a1b20f655024cdcddb0559c7e2ec9dd34e356..5cebfc6c8aed343cd9aad8d71e4a847e0b46e5e9 100644
|
| --- a/ash/wm/activation_controller_delegate.h
|
| +++ b/ash/wm/activation_controller_delegate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef ASH_WM_ACTIVATION_CONTROLLER_DELEGATE_H_
|
| #define ASH_WM_ACTIVATION_CONTROLLER_DELEGATE_H_
|
|
|
| +#include "ash/ash_export.h"
|
| +
|
| namespace aura {
|
| class Window;
|
| }
|
| @@ -12,7 +14,7 @@ class Window;
|
| namespace ash {
|
| namespace internal {
|
|
|
| -class ActivationControllerDelegate {
|
| +class ASH_EXPORT ActivationControllerDelegate {
|
| public:
|
| virtual ~ActivationControllerDelegate() {}
|
|
|
|
|