Chromium Code Reviews| Index: views/focus/view_storage.h |
| =================================================================== |
| --- views/focus/view_storage.h (revision 85284) |
| +++ views/focus/view_storage.h (working copy) |
| @@ -39,7 +39,7 @@ |
| void RemoveView(int storage_id); |
| // Notifies the ViewStorage that a view was removed from its parent somewhere. |
| - void ViewRemoved(View* parent, View* removed); |
| + void ViewRemoved(View* removed); |
| #ifdef UNIT_TEST |
| size_t view_count() const { return view_to_ids_.size(); } |