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