| Index: chrome/browser/bookmarks/bookmark_html_writer.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_html_writer.h b/chrome/browser/bookmarks/bookmark_html_writer.h
|
| index a37981f940bf95d01a1591e7fe30c0cd9ebd19a6..7badebbad7f4f850ff4e7452ebe6734672086a69 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer.h
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer.h
|
| @@ -46,15 +46,15 @@ class BookmarkFaviconFetcher: public content::NotificationObserver {
|
| BookmarkFaviconFetcher(Profile* profile,
|
| const base::FilePath& path,
|
| BookmarksExportObserver* observer);
|
| - virtual ~BookmarkFaviconFetcher();
|
| + ~BookmarkFaviconFetcher() override;
|
|
|
| // Executes bookmark export process.
|
| void ExportBookmarks();
|
|
|
| // content::NotificationObserver implementation.
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override;
|
|
|
| private:
|
| // Recursively extracts URLs from bookmarks.
|
|
|