| Index: views/focus/focus_manager.cc
|
| ===================================================================
|
| --- views/focus/focus_manager.cc (revision 74596)
|
| +++ views/focus/focus_manager.cc (working copy)
|
| @@ -54,7 +54,7 @@
|
| if (!enabled_)
|
| return;
|
|
|
| - // Perform a safe iteration over the focus listeners, as the array of
|
| + // Perform a safe iteration over the focus listeners, as the array
|
| // may change during notification.
|
| WidgetFocusChangeListenerList local_listeners(focus_change_listeners_);
|
| WidgetFocusChangeListenerList::iterator iter(local_listeners.begin());
|
|
|