| Index: ash/wm/workspace_controller_unittest.cc
|
| diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
|
| index 861578f64849af0a5a077888d2493f0d98dcfae8..72ee38b3dbf0f4ba3cacc38e85caf18fb919cd88 100644
|
| --- a/ash/wm/workspace_controller_unittest.cc
|
| +++ b/ash/wm/workspace_controller_unittest.cc
|
| @@ -1262,9 +1262,9 @@ class WorkspaceControllerTestDragging
|
| // testing::Test:
|
| virtual void SetUp() OVERRIDE {
|
| WorkspaceControllerTest::SetUp();
|
| - if (!docked_windows_enabled()) {
|
| + if (docked_windows_enabled()) {
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - ash::switches::kAshDisableDockedWindows);
|
| + ash::switches::kAshEnableDockedWindows);
|
| }
|
| }
|
|
|
|
|