Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: ash/wm/workspace/workspace_window_resizer_unittest.cc

Issue 9854039: Fix a bit of grammar in workspace_window_resizer_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
index dc74a501e1b616aebd8ce86f147e0f56dcf66624..26a73cdc7c055ae698665ce67306ea33e52a7ce9 100644
--- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
+++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
@@ -213,7 +213,7 @@ TEST_F(WorkspaceWindowResizerTest, AttachedResize_RIGHT_3) {
EXPECT_EQ("600,300 120x200", window2_->bounds().ToString());
EXPECT_EQ("720,300 80x200", window3_->bounds().ToString());
- // Move it so much everything ends up at it's min.
+ // Move it so much everything ends up at its min.
resizer->Drag(CalculateDragPoint(*resizer, 798, 50));
EXPECT_EQ("100,300 600x300", window_->bounds().ToString());
EXPECT_EQ("700,300 60x200", window2_->bounds().ToString());
@@ -357,7 +357,7 @@ TEST_F(WorkspaceWindowResizerTest, AttachedResize_BOTTOM_3) {
EXPECT_EQ("300,600 200x120", window2_->bounds().ToString());
EXPECT_EQ("300,720 200x80", window3_->bounds().ToString());
- // Move it so much everything ends up at it's min.
+ // Move it so much everything ends up at its min.
resizer->Drag(CalculateDragPoint(*resizer, 50, 798));
EXPECT_EQ("300,100 300x600", window_->bounds().ToString());
EXPECT_EQ("300,700 200x60", window2_->bounds().ToString());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698