| Index: ash/wm/workspace/workspace_event_handler_aura.h
|
| diff --git a/ash/wm/workspace/workspace_event_handler_aura.h b/ash/wm/workspace/workspace_event_handler_aura.h
|
| index a8e084da9047f6ae40bdbac4802e4338b049d16b..e7ce20054a154a27f043de4292ca8c022072d3dd 100644
|
| --- a/ash/wm/workspace/workspace_event_handler_aura.h
|
| +++ b/ash/wm/workspace/workspace_event_handler_aura.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_AURA_H_
|
| #define ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_AURA_H_
|
|
|
| +#include "ash/ash_export.h"
|
| #include "ash/common/wm/workspace/workspace_event_handler.h"
|
| #include "base/macros.h"
|
| #include "ui/events/event_handler.h"
|
| @@ -13,8 +14,8 @@ namespace ash {
|
|
|
| class WmWindow;
|
|
|
| -class WorkspaceEventHandlerAura : public ui::EventHandler,
|
| - public WorkspaceEventHandler {
|
| +class ASH_EXPORT WorkspaceEventHandlerAura : public ui::EventHandler,
|
| + public WorkspaceEventHandler {
|
| public:
|
| explicit WorkspaceEventHandlerAura(WmWindow* workspace_window);
|
| ~WorkspaceEventHandlerAura() override;
|
|
|