Index: trunk/src/ui/wm/core/focus_rules.h |
=================================================================== |
--- trunk/src/ui/wm/core/focus_rules.h (revision 259588) |
+++ trunk/src/ui/wm/core/focus_rules.h (working copy) |
@@ -5,7 +5,7 @@ |
#ifndef UI_WM_CORE_FOCUS_RULES_H_ |
#define UI_WM_CORE_FOCUS_RULES_H_ |
-#include "ui/wm/wm_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace aura { |
class Window; |
@@ -15,7 +15,7 @@ |
// Implemented by an object that establishes the rules about what can be |
// focused or activated. |
-class WM_EXPORT FocusRules { |
+class WM_CORE_EXPORT FocusRules { |
public: |
virtual ~FocusRules() {} |