| Index: ui/wm/core/transient_window_observer.h
|
| diff --git a/ui/wm/core/transient_window_observer.h b/ui/wm/core/transient_window_observer.h
|
| index aff5af5e2effd52513f076fcb320ec7701118cbc..6a7a2e2ffe70506fc1b443f8db703e1cb44a2830 100644
|
| --- a/ui/wm/core/transient_window_observer.h
|
| +++ b/ui/wm/core/transient_window_observer.h
|
| @@ -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,
|
|
|