| 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 4c52c2091fc6493b0944cc97a5bac8a518d43bf8..b54eb02d03ef95c43bbbca7e9307c9529f586122 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service.cc
|
| +++ b/chrome/browser/undo/bookmark_undo_service.cc
|
| @@ -16,6 +16,8 @@
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using bookmarks::BookmarkNodeData;
|
| +
|
| namespace {
|
|
|
| // BookmarkUndoOperation ------------------------------------------------------
|
|
|