| 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 14fee23779060e8dff36ec74c2bfccbaee387df5..b0ae8ef1be66c0631e626ad07f315e367913624a 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;
|
|
|