Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / setup / service_client.cc
index 0e7996c..32ff37f 100644 (file)
@@ -40,11 +40,11 @@ class ServiceClient::Core
                       ServiceClient::Delegate* delegate);
 
   // net::URLFetcherDelegate implementation.
-  virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+  void OnURLFetchComplete(const net::URLFetcher* source) override;
 
  private:
   friend class base::RefCountedThreadSafe<Core>;
-  virtual ~Core() {}
+  ~Core() override {}
 
   enum PendingRequestType {
     PENDING_REQUEST_NONE,