| Index: ash/root_window_controller.cc
|
| ===================================================================
|
| --- ash/root_window_controller.cc (revision 165163)
|
| +++ ash/root_window_controller.cc (working copy)
|
| @@ -106,8 +106,8 @@
|
| internal::kShellWindowId_LockSystemModalContainer,
|
| internal::kShellWindowId_InputMethodContainer,
|
| };
|
| - // For Workspace2 we need to manually reparent the windows. This way
|
| - // Workspace2 can move the windows to the appropriate workspace.
|
| + // For workspace windows we need to manually reparent the windows. This way
|
| + // workspace can move the windows to the appropriate workspace.
|
| std::vector<aura::Window*> windows(GetWorkspaceWindows(src));
|
| internal::WorkspaceController* workspace_controller =
|
| GetRootWindowController(dst)->workspace_controller();
|
|
|