| Index: trunk/src/ui/wm/core/transient_window_observer.h
|
| ===================================================================
|
| --- trunk/src/ui/wm/core/transient_window_observer.h (revision 259588)
|
| +++ trunk/src/ui/wm/core/transient_window_observer.h (working copy)
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_WM_CORE_TRANSIENT_WINDOW_OBSERVER_H_
|
| #define UI_WM_CORE_TRANSIENT_WINDOW_OBSERVER_H_
|
|
|
| -#include "ui/wm/wm_export.h"
|
| +#include "ui/wm/core/wm_core_export.h"
|
|
|
| namespace aura {
|
| class Window;
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace wm {
|
|
|
| -class WM_EXPORT TransientWindowObserver {
|
| +class WM_CORE_EXPORT TransientWindowObserver {
|
| public:
|
| // Called when a transient child is added to |window|.
|
| virtual void OnTransientChildAdded(aura::Window* window,
|
|
|