Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / visitedlink / browser / visitedlink_master.cc
index 689b813..ee49341 100644 (file)
@@ -20,7 +20,6 @@
 #include "base/files/scoped_file.h"
 #include "base/logging.h"
 #include "base/message_loop/message_loop.h"
-#include "base/path_service.h"
 #include "base/rand_util.h"
 #include "base/strings/string_util.h"
 #include "base/threading/thread_restrictions.h"
@@ -149,11 +148,11 @@ class VisitedLinkMaster::TableBuilder
   void DisownMaster();
 
   // VisitedLinkDelegate::URLEnumerator
-  virtual void OnURL(const GURL& url) OVERRIDE;
-  virtual void OnComplete(bool succeed) OVERRIDE;
+  void OnURL(const GURL& url) override;
+  void OnComplete(bool succeed) override;
 
  private:
-  virtual ~TableBuilder() {}
+  ~TableBuilder() override {}
 
   // OnComplete mashals to this function on the main thread to do the
   // notification.