Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / browser / api / sockets_udp / udp_socket_event_dispatcher.h
index e42ecb4..df6c136 100644 (file)
@@ -27,7 +27,7 @@ class UDPSocketEventDispatcher
       public base::SupportsWeakPtr<UDPSocketEventDispatcher> {
  public:
   explicit UDPSocketEventDispatcher(content::BrowserContext* context);
-  virtual ~UDPSocketEventDispatcher();
+  ~UDPSocketEventDispatcher() override;
 
   // Socket is active, start receving from it.
   void OnSocketBind(const std::string& extension_id, int socket_id);