Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / client / plugin / pepper_port_allocator.cc
index db47a62..a601480 100644 (file)
@@ -37,12 +37,12 @@ class PepperPortAllocatorSession
       const std::vector<std::string>& relay_hosts,
       const std::string& relay_token,
       const pp::InstanceHandle& instance);
-  virtual ~PepperPortAllocatorSession();
+  ~PepperPortAllocatorSession() override;
 
   // cricket::HttpPortAllocatorBase overrides.
-  virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
-  virtual void GetPortConfigurations() OVERRIDE;
-  virtual void SendSessionRequest(const std::string& host, int port) OVERRIDE;
+  void ConfigReady(cricket::PortConfiguration* config) override;
+  void GetPortConfigurations() override;
+  void SendSessionRequest(const std::string& host, int port) override;
 
  private:
   void OnUrlOpened(int32_t result);