| Index: ui/wm/core/wm_state.h
|
| diff --git a/ui/wm/core/wm_state.h b/ui/wm/core/wm_state.h
|
| index dff17a69ec3f4eeca341500bbdda35996300c679..ab5e5c260d46fd07db2f3c4e5d60dccaaa6c273a 100644
|
| --- a/ui/wm/core/wm_state.h
|
| +++ b/ui/wm/core/wm_state.h
|
| @@ -6,7 +6,7 @@
|
| #define UI_WM_CORE_WM_STATE_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "ui/wm/core/wm_core_export.h"
|
| +#include "ui/wm/wm_export.h"
|
|
|
| namespace ui {
|
| class PlatformEventSource;
|
| @@ -18,7 +18,7 @@ class TransientWindowController;
|
| class TransientWindowStackingClient;
|
|
|
| // Installs state needed by the window manager.
|
| -class WM_CORE_EXPORT WMState {
|
| +class WM_EXPORT WMState {
|
| public:
|
| WMState();
|
| ~WMState();
|
|
|