Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / bookmarks / bookmark_html_writer.h
index 38ded31..7badebb 100644 (file)
@@ -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.