| Index: ui/aura/window_unittest.cc
|
| diff --git a/ui/aura/window_unittest.cc b/ui/aura/window_unittest.cc
|
| index e39afe435906fbb1495e3aa8fd8f812d4804113c..0017c629100c8f0a71ea6fdcf2fbe88ee400db34 100644
|
| --- a/ui/aura/window_unittest.cc
|
| +++ b/ui/aura/window_unittest.cc
|
| @@ -563,7 +563,7 @@ TEST_F(WindowTest, GetEventHandlerForPoint) {
|
| }
|
|
|
| TEST_F(WindowTest, GetEventHandlerForPointWithOverride) {
|
| - // If our child is flush to our top-left corner he gets events just inside the
|
| + // If our child is flush to our top-left corner it gets events just inside the
|
| // window edges.
|
| std::unique_ptr<Window> parent(CreateTestWindow(
|
| SK_ColorWHITE, 1, gfx::Rect(10, 20, 400, 500), root_window()));
|
|
|