Index: ash/wm/workspace/workspace_event_filter_unittest.cc |
diff --git a/ash/wm/workspace/workspace_event_filter_unittest.cc b/ash/wm/workspace/workspace_event_filter_unittest.cc |
index 3bfc3da0339de1816568aa62f92bdb873c4a73b7..c083a475a5a092fc95894f9219fb193d3518bf49 100644 |
--- a/ash/wm/workspace/workspace_event_filter_unittest.cc |
+++ b/ash/wm/workspace/workspace_event_filter_unittest.cc |
@@ -41,8 +41,6 @@ class WorkspaceEventFilterTest : public test::AshTestBase { |
}; |
TEST_F(WorkspaceEventFilterTest, DoubleClickSingleAxisResizeEdge) { |
- Shell::TestApi(Shell::GetInstance()).workspace_controller()->SetGridSize(0); |
- |
// Double clicking the vertical resize edge of a window should maximize it |
// vertically. |
gfx::Rect restored_bounds(10, 10, 50, 50); |