| Index: ash/wm/workspace/workspace_manager2_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_manager2_unittest.cc b/ash/wm/workspace/workspace_manager2_unittest.cc
|
| index 7d38cebce5f1ac4970ce15d25bef83720efb66a2..23e9aeb776b6dac9d5dd418b6354d815e339001a 100644
|
| --- a/ash/wm/workspace/workspace_manager2_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_manager2_unittest.cc
|
| @@ -122,7 +122,6 @@ class WorkspaceManager2Test : public test::AshTestBase {
|
| WorkspaceControllerTestHelper workspace_helper(
|
| Shell::TestApi(Shell::GetInstance()).workspace_controller());
|
| manager_ = workspace_helper.workspace_manager2();
|
| - manager_->SetGridSize(0);
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
| @@ -313,8 +312,6 @@ TEST_F(WorkspaceManager2Test, ChangeBoundsOfNormalWindow) {
|
|
|
| // Verifies the bounds is not altered when showing and grid is enabled.
|
| TEST_F(WorkspaceManager2Test, SnapToGrid) {
|
| - manager_->SetGridSize(8);
|
| -
|
| scoped_ptr<Window> w1(CreateTestWindowUnparented());
|
| w1->SetBounds(gfx::Rect(1, 6, 25, 30));
|
| w1->SetParent(NULL);
|
|
|