| Index: chrome/browser/bookmarks/bookmark_editor.h | 
| diff --git a/chrome/browser/bookmarks/bookmark_editor.h b/chrome/browser/bookmarks/bookmark_editor.h | 
| index 8b6445a741ae8c5e6557aa9fa45dcc23f1c47f81..0de44bcf18950309ce9eeac379394bb3c1b40285 100644 | 
| --- a/chrome/browser/bookmarks/bookmark_editor.h | 
| +++ b/chrome/browser/bookmarks/bookmark_editor.h | 
| @@ -75,13 +75,11 @@ class BookmarkEditor { | 
| // |parent| gives the initial parent to select in the tree for the node. | 
| // |parent| is only used if |details.existing_node| is null. | 
| // BookmarkEditor takes ownership of |handler| and deletes it when done. | 
| -  // |handler| may be null. See description of Handler for details. | 
| static void Show(gfx::NativeWindow parent_window, | 
| Profile* profile, | 
| const BookmarkNode* parent, | 
| const EditDetails& details, | 
| -                   Configuration configuration, | 
| -                   Handler* handler); | 
| +                   Configuration configuration); | 
| }; | 
|  | 
| #endif  // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_ | 
|  |