Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / toolbar / wrench_icon_painter.h
index 4f50e9d..c50d7b2 100644 (file)
@@ -45,7 +45,7 @@ class WrenchIconPainter : gfx::AnimationDelegate {
   };
 
   explicit WrenchIconPainter(Delegate* delegate);
-  virtual ~WrenchIconPainter();
+  ~WrenchIconPainter() override;
 
   // If |severity| is not |SEVERITY_NONE| then the wrench icon is colored to
   // match the severity level.
@@ -63,7 +63,7 @@ class WrenchIconPainter : gfx::AnimationDelegate {
   FRIEND_TEST_ALL_PREFIXES(WrenchIconPainterTest, PaintCallback);
 
   // AnimationDelegate:
-  virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
+  void AnimationProgressed(const gfx::Animation* animation) override;
 
   // Gets the image ID used to draw bars for the current severity level.
   int GetCurrentSeverityImageID() const;