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

Unified Diff: ash/wm/window_cycle_event_filter_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
Index: ash/wm/window_cycle_event_filter_aura.h
diff --git a/ash/wm/window_cycle_event_filter_aura.h b/ash/wm/window_cycle_event_filter_aura.h
index eb567f62b7a7f1415d6a2214e9e7e73e0c6639fe..fce26d83ec3c5804c548467c0b0dfec7d9b5fe06 100644
--- a/ash/wm/window_cycle_event_filter_aura.h
+++ b/ash/wm/window_cycle_event_filter_aura.h
@@ -5,6 +5,7 @@
#ifndef ASH_WM_WINDOW_CYCLE_EVENT_FILTER_AURA_H_
#define ASH_WM_WINDOW_CYCLE_EVENT_FILTER_AURA_H_
+#include "ash/ash_export.h"
#include "ash/common/wm/window_cycle_event_filter.h"
#include "base/macros.h"
#include "base/timer/timer.h"
@@ -12,8 +13,8 @@
namespace ash {
-class WindowCycleEventFilterAura : public ui::EventHandler,
- public WindowCycleEventFilter {
+class ASH_EXPORT WindowCycleEventFilterAura : public ui::EventHandler,
+ public WindowCycleEventFilter {
public:
WindowCycleEventFilterAura();
~WindowCycleEventFilterAura() override;

Powered by Google App Engine
This is Rietveld 408576698