| Index: ash/wm/common/window_state_delegate.h
|
| diff --git a/ash/wm/common/window_state_delegate.h b/ash/wm/common/window_state_delegate.h
|
| index 9dd17575bb1acdf775da9774909446d321497010..ee14d35db3625790bc3622e110d289faa4cb037f 100644
|
| --- a/ash/wm/common/window_state_delegate.h
|
| +++ b/ash/wm/common/window_state_delegate.h
|
| @@ -5,14 +5,14 @@
|
| #ifndef ASH_WM_COMMON_WINDOW_STATE_DELEGATE_H_
|
| #define ASH_WM_COMMON_WINDOW_STATE_DELEGATE_H_
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| namespace wm {
|
| class WindowState;
|
|
|
| -class ASH_WM_COMMON_EXPORT WindowStateDelegate {
|
| +class ASH_EXPORT WindowStateDelegate {
|
| public:
|
| WindowStateDelegate();
|
| virtual ~WindowStateDelegate();
|
|
|