| Index: trunk/src/ui/wm/core/focus_controller.h
|
| ===================================================================
|
| --- trunk/src/ui/wm/core/focus_controller.h (revision 259588)
|
| +++ trunk/src/ui/wm/core/focus_controller.h (working copy)
|
| @@ -12,8 +12,8 @@
|
| #include "ui/aura/client/focus_client.h"
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/events/event_handler.h"
|
| +#include "ui/wm/core/wm_core_export.h"
|
| #include "ui/wm/public/activation_client.h"
|
| -#include "ui/wm/wm_export.h"
|
|
|
| namespace wm {
|
|
|
| @@ -34,7 +34,7 @@
|
| // . Window disposition changes (implemented here in aura::WindowObserver).
|
| // (The FocusController registers itself as an observer of the active and
|
| // focused windows).
|
| -class WM_EXPORT FocusController : public aura::client::ActivationClient,
|
| +class WM_CORE_EXPORT FocusController : public aura::client::ActivationClient,
|
| public aura::client::FocusClient,
|
| public ui::EventHandler,
|
| public aura::WindowObserver {
|
|
|