| Index: chrome/browser/ui/cocoa/table_model_array_controller.h | 
| diff --git a/chrome/browser/ui/cocoa/table_model_array_controller.h b/chrome/browser/ui/cocoa/table_model_array_controller.h | 
| index 11af3277d06f04ac9086e0ff8543b67b7099f3ba..c6e100ae90f2d0a47ec63d9702f6859894348b4f 100644 | 
| --- a/chrome/browser/ui/cocoa/table_model_array_controller.h | 
| +++ b/chrome/browser/ui/cocoa/table_model_array_controller.h | 
| @@ -17,8 +17,7 @@ class RemoveRowsObserverBridge; | 
| class RemoveRowsTableModel; | 
| @class TableModelArrayController; | 
|  | 
| -// This class functions as an adapter from a RemoveRowsTableModel to a Cocoa | 
| -// NSArrayController, to be used with bindings. | 
| +// This class allows you to use a RemoveRowsTableModel with Cocoa bindings. | 
| // It maps the CanRemoveRows method to its canRemove property, and exposes | 
| // RemoveRows and RemoveAll as actions (remove: and removeAll:). | 
| // If the table model has groups, these are inserted into the list of arranged | 
| @@ -52,3 +51,4 @@ class RemoveRowsTableModel; | 
| @end | 
|  | 
| #endif  // CHROME_BROWSER_UI_COCOA_TABLE_MODEL_ARRAY_CONTROLLER_H_ | 
| + | 
|  |