summaryrefslogtreecommitdiffstats
path: root/components/bookmarks/browser/bookmark_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/bookmarks/browser/bookmark_model.h')
-rw-r--r--components/bookmarks/browser/bookmark_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
index 05d21e9..bf0ded9 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.