Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / history / core / browser / in_memory_database.h
index 51a65e6..9730f1e 100644 (file)
@@ -21,7 +21,7 @@ namespace history {
 class InMemoryDatabase : public URLDatabase {
  public:
   InMemoryDatabase();
-  virtual ~InMemoryDatabase();
+  ~InMemoryDatabase() override;
 
   // Creates an empty in-memory database.
   bool InitFromScratch();
@@ -34,7 +34,7 @@ class InMemoryDatabase : public URLDatabase {
 
  protected:
   // Implemented for URLDatabase.
-  virtual sql::Connection& GetDB() OVERRIDE;
+  sql::Connection& GetDB() override;
 
  private:
   // Initializes the database connection, this is the shared code between