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

Unified Diff: ash/wm/event_client_impl.h

Issue 2539363005: Converts ash to use aura-mus (Closed)
Patch Set: merge Created 4 years 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/event_client_impl.h
diff --git a/ash/wm/event_client_impl.h b/ash/wm/event_client_impl.h
index 1fa176e749a28be75d83e9113f53257f207ee09b..188b76ffb074d51b0a96c368e7c4ce7387884268 100644
--- a/ash/wm/event_client_impl.h
+++ b/ash/wm/event_client_impl.h
@@ -6,13 +6,12 @@
#define ASH_WM_EVENT_CLIENT_IMPL_H_
#include "ash/ash_export.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "ui/aura/client/event_client.h"
namespace ash {
-class EventClientImpl : public aura::client::EventClient {
+class ASH_EXPORT EventClientImpl : public aura::client::EventClient {
public:
EventClientImpl();
~EventClientImpl() override;

Powered by Google App Engine
This is Rietveld 408576698