Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / dns / dns_config_service_posix.h
index ef28154..349c82d 100644 (file)
@@ -23,12 +23,12 @@ namespace internal {
 class NET_EXPORT_PRIVATE DnsConfigServicePosix : public DnsConfigService {
  public:
   DnsConfigServicePosix();
-  virtual ~DnsConfigServicePosix();
+  ~DnsConfigServicePosix() override;
 
  protected:
   // DnsConfigService:
-  virtual void ReadNow() OVERRIDE;
-  virtual bool StartWatching() OVERRIDE;
+  void ReadNow() override;
+  bool StartWatching() override;
 
  private:
   class Watcher;