Index: ui/aura/window_unittest.cc |
diff --git a/ui/aura/window_unittest.cc b/ui/aura/window_unittest.cc |
index 0643cc22772f907088da166b15dc1934319004e1..bd3148c4523c51f1bf401476fc44d72fa5e57f17 100644 |
--- a/ui/aura/window_unittest.cc |
+++ b/ui/aura/window_unittest.cc |
@@ -1871,7 +1871,7 @@ TEST_F(WindowObserverTest, WindowObserver) { |
w1->RemoveObserver(this); |
} |
-// Test if OnWindowVisibilityChagned is invoked with expected |
+// Test if OnWindowVisibilityChanged is invoked with expected |
// parameters. |
TEST_F(WindowObserverTest, WindowVisibility) { |
scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window())); |