Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / socket / client_socket_pool.h
index 715cddb..2a2be36 100644 (file)
@@ -182,7 +182,7 @@ class NET_EXPORT ClientSocketPool : public LowerLayeredPool {
 
  protected:
   ClientSocketPool();
-  virtual ~ClientSocketPool();
+  ~ClientSocketPool() override;
 
   // Return the connection timeout for this pool.
   virtual base::TimeDelta ConnectionTimeout() const = 0;