| Index: chrome/browser/undo/bookmark_undo_service.cc
|
| diff --git a/chrome/browser/undo/bookmark_undo_service.cc b/chrome/browser/undo/bookmark_undo_service.cc
|
| index 03757cf9fc2d6004c37e53ff19cc0e68bf73d9f5..7bd1f28bf144d1056f9be6659fdd803b82a81fbc 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service.cc
|
| +++ b/chrome/browser/undo/bookmark_undo_service.cc
|
| @@ -434,7 +434,7 @@ void BookmarkUndoService::OnWillRemoveBookmarks(BookmarkModel* model,
|
| }
|
|
|
| void BookmarkUndoService::OnWillRemoveAllBookmarks(BookmarkModel* model) {
|
| - ScopedGroupBookmarkActions merge_removes(model);
|
| + bookmarks::ScopedGroupBookmarkActions merge_removes(model);
|
| for (int i = 0; i < model->root_node()->child_count(); ++i) {
|
| const BookmarkNode* permanent_node = model->root_node()->GetChild(i);
|
| for (int j = permanent_node->child_count() - 1; j >= 0; --j) {
|
|
|