| Index: ui/wm/core/focus_rules.h
|
| diff --git a/ui/wm/core/focus_rules.h b/ui/wm/core/focus_rules.h
|
| index 79ffd74422b330ae30dfddaf86d7f3d76e39b720..cb9a4ddbd8fa5d0d6a59227d19385a3c9031a9ae 100644
|
| --- a/ui/wm/core/focus_rules.h
|
| +++ b/ui/wm/core/focus_rules.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_WM_CORE_FOCUS_RULES_H_
|
| #define UI_WM_CORE_FOCUS_RULES_H_
|
|
|
| -#include "ui/wm/core/wm_core_export.h"
|
| +#include "ui/wm/wm_export.h"
|
|
|
| namespace aura {
|
| class Window;
|
| @@ -15,7 +15,7 @@ namespace wm {
|
|
|
| // Implemented by an object that establishes the rules about what can be
|
| // focused or activated.
|
| -class WM_CORE_EXPORT FocusRules {
|
| +class WM_EXPORT FocusRules {
|
| public:
|
| virtual ~FocusRules() {}
|
|
|
|
|