Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / pagination_model.h
index af30230..13c47ab 100644 (file)
@@ -49,7 +49,7 @@ class APP_LIST_EXPORT PaginationModel : public gfx::AnimationDelegate {
   };
 
   PaginationModel();
-  virtual ~PaginationModel();
+  ~PaginationModel() override;
 
   void SetTotalPages(int total_pages);
 
@@ -122,8 +122,8 @@ class APP_LIST_EXPORT PaginationModel : public gfx::AnimationDelegate {
   void ResetTransitionAnimation();
 
   // gfx::AnimationDelegate overrides:
-  virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
-  virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
+  void AnimationProgressed(const gfx::Animation* animation) override;
+  void AnimationEnded(const gfx::Animation* animation) override;
 
   int total_pages_;
   int selected_page_;