summaryrefslogtreecommitdiffstats
path: root/ash/wm/activation_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/activation_controller.h')
-rw-r--r--ash/wm/activation_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/activation_controller.h b/ash/wm/activation_controller.h
index 6a17489..911db82 100644
--- a/ash/wm/activation_controller.h
+++ b/ash/wm/activation_controller.h
@@ -12,13 +12,13 @@
#include "ui/aura/client/activation_client.h"
#include "ui/aura/root_window_observer.h"
#include "ui/aura/window_observer.h"
-#include "ui/aura_shell/aura_shell_export.h"
+#include "ash/ash_export.h"
namespace aura_shell {
namespace internal {
// Exported for unit tests.
-class AURA_SHELL_EXPORT ActivationController
+class ASH_EXPORT ActivationController
: public aura::client::ActivationClient,
public aura::WindowObserver,
public aura::RootWindowObserver {