| Index: ash/wm/ash_focus_rules.h
|
| diff --git a/ash/wm/ash_focus_rules.h b/ash/wm/ash_focus_rules.h
|
| index 57805735ece343153bc14bcf980ebf5f92da64c3..b5774a2082fcc6d422cb52fbd359c7da3df0db83 100644
|
| --- a/ash/wm/ash_focus_rules.h
|
| +++ b/ash/wm/ash_focus_rules.h
|
| @@ -13,13 +13,13 @@
|
| namespace ash {
|
| namespace wm {
|
|
|
| -class ASH_EXPORT AshFocusRules : public views::corewm::BaseFocusRules {
|
| +class ASH_EXPORT AshFocusRules : public ::wm::BaseFocusRules {
|
| public:
|
| AshFocusRules();
|
| virtual ~AshFocusRules();
|
|
|
| private:
|
| - // Overridden from views::corewm::BaseFocusRules:
|
| + // Overridden from ::wm::BaseFocusRules:
|
| virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE;
|
| virtual bool IsWindowConsideredVisibleForActivation(
|
| aura::Window* window) const OVERRIDE;
|
|
|