| Index: trunk/src/ui/wm/public/scoped_tooltip_disabler.h
|
| ===================================================================
|
| --- trunk/src/ui/wm/public/scoped_tooltip_disabler.h (revision 259588)
|
| +++ trunk/src/ui/wm/public/scoped_tooltip_disabler.h (working copy)
|
| @@ -6,13 +6,12 @@
|
| #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 WM_EXPORT ScopedTooltipDisabler : aura::WindowObserver {
|
| +class AURA_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
|
|
|