Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sync / internal_api / public / engine / model_safe_worker.h
index bf61260..ad84d49 100644 (file)
@@ -89,13 +89,13 @@ class SYNC_EXPORT ModelSafeWorker
   virtual ModelSafeGroup GetModelSafeGroup() = 0;
 
   // MessageLoop::DestructionObserver implementation.
-  virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
+  void WillDestroyCurrentMessageLoop() override;
 
  protected:
   friend class base::RefCountedThreadSafe<ModelSafeWorker>;
 
   explicit ModelSafeWorker(WorkerLoopDestructionObserver* observer);
-  virtual ~ModelSafeWorker();
+  ~ModelSafeWorker() override;
 
   // Any time the Syncer performs model modifications (e.g employing a
   // WriteTransaction), it should be done by this method to ensure it is done