| 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 609f3ad8009e72195711da82229e99990cc98e35..35151b94c4569f8936a0f131f11f86bc8b49d036 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service.cc
|
| +++ b/chrome/browser/undo/bookmark_undo_service.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "chrome/browser/undo/bookmark_renumber_observer.h"
|
| #include "chrome/browser/undo/undo_operation.h"
|
| -#include "chrome/grit/generated_resources.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/browser/bookmark_node_data.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "components/bookmarks/browser/scoped_group_bookmark_actions.h"
|
| +#include "grit/components_strings.h"
|
|
|
| using bookmarks::BookmarkModel;
|
| using bookmarks::BookmarkNode;
|
|
|