| Index: components/bookmarks/browser/bookmark_model.h
|
| diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
|
| index 05d21e98832291ebcf617dd0d1abed8bb018f595..bf0ded9836627d0067b899b9e19ffd39410455d7 100644
|
| --- a/components/bookmarks/browser/bookmark_model.h
|
| +++ b/components/bookmarks/browser/bookmark_model.h
|
| @@ -64,10 +64,10 @@ class BookmarkModel : public KeyedService {
|
| };
|
|
|
| explicit BookmarkModel(bookmarks::BookmarkClient* client);
|
| - virtual ~BookmarkModel();
|
| + ~BookmarkModel() override;
|
|
|
| // KeyedService:
|
| - virtual void Shutdown() override;
|
| + void Shutdown() override;
|
|
|
| // Loads the bookmarks. This is called upon creation of the
|
| // BookmarkModel. You need not invoke this directly.
|
|
|