| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index 7b9218c292cd648ce7f81b07ccbecfca7294b550..36ff37963a35a80cfb19e0fa89b8d1bd8687ac2b 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -474,7 +474,7 @@ void RootWindow::SetFocusedWindow(Window* focused_window) {
|
| return;
|
| if (focused_window && !focused_window->CanFocus())
|
| return;
|
| - // The NULL-check of |focused)window| is essential here before asking the
|
| + // The NULL-check of |focused_window| is essential here before asking the
|
| // activation client, since it is valid to clear the focus by calling
|
| // SetFocusedWindow() to NULL.
|
| if (focused_window && ActivationClient::GetActivationClient() &&
|
|
|