| Index: ash/wm/activation_controller.cc
|
| ===================================================================
|
| --- ash/wm/activation_controller.cc (revision 165163)
|
| +++ ash/wm/activation_controller.cc (working copy)
|
| @@ -357,7 +357,7 @@
|
| aura::Window* ActivationController::GetTopmostWindowToActivateInContainer(
|
| aura::Window* container,
|
| aura::Window* ignore) const {
|
| - // Workspace2 has an extra level of windows that needs to be special cased.
|
| + // Workspace has an extra level of windows that needs to be special cased.
|
| if (container->id() == kShellWindowId_DefaultContainer) {
|
| for (aura::Window::Windows::const_reverse_iterator i =
|
| container->children().rbegin();
|
|
|