| Index: ui/wm/core/focus_rules.h
|
| diff --git a/ui/wm/core/focus_rules.h b/ui/wm/core/focus_rules.h
|
| index 68cd7c44a8e22da08e43a476774bf583d21ace83..79ffd74422b330ae30dfddaf86d7f3d76e39b720 100644
|
| --- a/ui/wm/core/focus_rules.h
|
| +++ b/ui/wm/core/focus_rules.h
|
| @@ -11,8 +11,7 @@ namespace aura {
|
| class Window;
|
| }
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| // Implemented by an object that establishes the rules about what can be
|
| // focused or activated.
|
| @@ -62,7 +61,6 @@ class WM_CORE_EXPORT FocusRules {
|
| aura::Window* ignore) const = 0;
|
| };
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|
| #endif // UI_WM_CORE_FOCUS_RULES_H_
|
|
|