Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / browser_process_sub_thread.h
index e006388..5899fa3 100644 (file)
@@ -35,11 +35,11 @@ namespace content {
 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
  public:
   explicit BrowserProcessSubThread(BrowserThread::ID identifier);
-  virtual ~BrowserProcessSubThread();
+  ~BrowserProcessSubThread() override;
 
  protected:
-  virtual void Init() OVERRIDE;
-  virtual void CleanUp() OVERRIDE;
+  void Init() override;
+  void CleanUp() override;
 
  private:
   // These methods encapsulate cleanup that needs to happen on the IO thread