| Index: chrome/browser/bookmarks/bookmark_model.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_model.h (revision 10579)
|
| +++ chrome/browser/bookmarks/bookmark_model.h (working copy)
|
| @@ -172,9 +172,8 @@
|
|
|
| // Invoked when the children (just direct children, not descendants) of
|
| // |node| have been reordered in some way, such as sorted.
|
| - // TODO(sky): make this pure virtual when all observers have been updated.
|
| virtual void BookmarkNodeChildrenReordered(BookmarkModel* model,
|
| - BookmarkNode* node) {}
|
| + BookmarkNode* node) = 0;
|
| };
|
|
|
| // BookmarkModel --------------------------------------------------------------
|
|
|