Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / utility / utility_thread.h
index cf2fe97..6e7cbd1 100644 (file)
@@ -22,7 +22,7 @@ class CONTENT_EXPORT UtilityThread : public IPC::Sender {
   static UtilityThread* Get();
 
   UtilityThread();
-  virtual ~UtilityThread();
+  ~UtilityThread() override;
 
   // Releases the process if we are not (or no longer) in batch mode.
   virtual void ReleaseProcessIfNeeded() = 0;