diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 22:36:00 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 22:36:00 +0000 |
commit | 067d7fe616a07011b9e2d2609fc65af8db6a7dfb (patch) | |
tree | c8692eee33741154a163ceeb3b90de02c88abb80 /ash/wm/ash_focus_rules.cc | |
parent | 436e8909ac51166cebfb03292a5bc05536d5b834 (diff) | |
download | chromium_src-067d7fe616a07011b9e2d2609fc65af8db6a7dfb.zip chromium_src-067d7fe616a07011b9e2d2609fc65af8db6a7dfb.tar.gz chromium_src-067d7fe616a07011b9e2d2609fc65af8db6a7dfb.tar.bz2 |
Move wm/core to wm namespace.
Also sets up new targets for wm_core, wm_core_unittests, etc.
R=sky@chromium.org
TBR=sky@chromium.org
BUG=
Review URL: https://codereview.chromium.org/196063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/ash_focus_rules.cc')
-rw-r--r-- | ash/wm/ash_focus_rules.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc index 453436d..efeaaca 100644 --- a/ash/wm/ash_focus_rules.cc +++ b/ash/wm/ash_focus_rules.cc @@ -55,7 +55,7 @@ AshFocusRules::~AshFocusRules() { } //////////////////////////////////////////////////////////////////////////////// -// AshFocusRules, views::corewm::FocusRules: +// AshFocusRules, ::wm::FocusRules: bool AshFocusRules::SupportsChildActivation(aura::Window* window) const { if (window->id() == internal::kShellWindowId_DefaultContainer) |