| Index: components/bookmarks/browser/bookmark_model.h
|
| diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
|
| index 4181851c069d37b7d0b43cda3f393eadafd6fb13..05d21e98832291ebcf617dd0d1abed8bb018f595 100644
|
| --- a/components/bookmarks/browser/bookmark_model.h
|
| +++ b/components/bookmarks/browser/bookmark_model.h
|
| @@ -67,7 +67,7 @@ class BookmarkModel : public KeyedService {
|
| virtual ~BookmarkModel();
|
|
|
| // KeyedService:
|
| - virtual void Shutdown() OVERRIDE;
|
| + virtual void Shutdown() override;
|
|
|
| // Loads the bookmarks. This is called upon creation of the
|
| // BookmarkModel. You need not invoke this directly.
|
|
|