diff options
Diffstat (limited to 'ui/base/x/active_window_watcher_x.h')
-rw-r--r-- | ui/base/x/active_window_watcher_x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/x/active_window_watcher_x.h b/ui/base/x/active_window_watcher_x.h index b11c1ba..16c87a3 100644 --- a/ui/base/x/active_window_watcher_x.h +++ b/ui/base/x/active_window_watcher_x.h @@ -12,14 +12,14 @@ #include "base/memory/singleton.h" #include "base/observer_list.h" #include "ui/base/gtk/gtk_signal.h" -#include "ui/ui_api.h" +#include "ui/base/ui_export.h" namespace ui { // This is a helper class that is used to keep track of which window the X // window manager thinks is active. Add an Observer to listener for changes to // the active window. -class UI_API ActiveWindowWatcherX { +class UI_EXPORT ActiveWindowWatcherX { public: class Observer { public: |