Index: components/undo/bookmark_undo_service.h |
diff --git a/components/undo/bookmark_undo_service.h b/components/undo/bookmark_undo_service.h |
index 8ae2eaf9af4f16c58a9a0c0f180e543215900449..52953493b0883d386c4d024d9d767d47cc60ea6b 100644 |
--- a/components/undo/bookmark_undo_service.h |
+++ b/components/undo/bookmark_undo_service.h |
@@ -70,6 +70,7 @@ class BookmarkUndoService : public bookmarks::BaseBookmarkModelObserver, |
// BookmarkRenumberObserver: |
void OnBookmarkRenumbered(int64 old_id, int64 new_id) override; |
+ bookmarks::BookmarkModel* model_; |
UndoManager undo_manager_; |
ScopedObserver<bookmarks::BookmarkModel, bookmarks::BookmarkModelObserver> |
scoped_observer_; |