Index: ui/wm/public/scoped_tooltip_disabler.h |
diff --git a/ui/wm/public/scoped_tooltip_disabler.h b/ui/wm/public/scoped_tooltip_disabler.h |
index 0fd3e113eee6fded6c9d308a7a0fb88d42f5b7e3..8371c02b6d81b522d191948033513bdcd62406f1 100644 |
--- a/ui/wm/public/scoped_tooltip_disabler.h |
+++ b/ui/wm/public/scoped_tooltip_disabler.h |
@@ -6,12 +6,13 @@ |
#define UI_WM_PUBLIC_SCOPED_TOOLTIP_DISABLER_H_ |
#include "ui/aura/window_observer.h" |
+#include "ui/wm/wm_export.h" |
namespace aura { |
namespace client { |
// Use to temporarily disable tooltips. |
-class AURA_EXPORT ScopedTooltipDisabler : aura::WindowObserver { |
+class WM_EXPORT ScopedTooltipDisabler : aura::WindowObserver { |
public: |
// Disables tooltips on |window| (does nothing if |window| is NULL). Tooltips |
// are reenabled from the destructor when there are no most outstanding |