Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / history / history_database.h
index c3adf0f..d0d79a9 100644 (file)
@@ -65,7 +65,7 @@ class HistoryDatabase : public DownloadDatabase,
   // database cleanup.
   HistoryDatabase();
 
-  virtual ~HistoryDatabase();
+  ~HistoryDatabase() override;
 
   // Call before Init() to set the error callback to be used for the
   // underlying database connection.
@@ -162,7 +162,7 @@ class HistoryDatabase : public DownloadDatabase,
   friend class InMemoryURLIndexTest;
 
   // Overridden from URLDatabase:
-  virtual sql::Connection& GetDB() OVERRIDE;
+  sql::Connection& GetDB() override;
 
   // Migration -----------------------------------------------------------------