| Index: ash/wm/toplevel_window_event_filter_unittest.cc
|
| diff --git a/ash/wm/toplevel_window_event_filter_unittest.cc b/ash/wm/toplevel_window_event_filter_unittest.cc
|
| index fc8984b32c5fe2202104c9e97941d4992ab88e76..ca9aeeb2afbba707022e24a49ec3f2c6d53de0b0 100644
|
| --- a/ash/wm/toplevel_window_event_filter_unittest.cc
|
| +++ b/ash/wm/toplevel_window_event_filter_unittest.cc
|
| @@ -402,7 +402,7 @@ TEST_F(ToplevelWindowEventFilterTest, DontDragToNegativeY) {
|
| EXPECT_EQ(100, target->bounds().height());
|
| }
|
|
|
| -// Verifies we don't let windows go bigger than the monitor width.
|
| +// Verifies we don't let windows go bigger than the display width.
|
| TEST_F(ToplevelWindowEventFilterTest, DontGotWiderThanScreen) {
|
| scoped_ptr<aura::Window> target(CreateWindow(HTRIGHT));
|
| gfx::Rect work_area =
|
|
|