Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3244)

Unified Diff: ash/wm/workspace/workspace_event_handler_aura.h

Issue 2783563002: Make WmShellMus use classic types for mus (Closed)
Patch Set: comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/window_cycle_event_filter_aura.h ('k') | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/wm/window_cycle_event_filter_aura.h ('k') | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698