Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / icon_with_badge_image_source.h
index 8040e92..f120a0a 100644 (file)
@@ -27,10 +27,10 @@ class IconWithBadgeImageSource
       const SkColor& text_color,
       const SkColor& background_color,
       extensions::ActionInfo::Type action_type);
-  virtual ~IconWithBadgeImageSource();
+  ~IconWithBadgeImageSource() override;
 
  private:
-  virtual void Draw(gfx::Canvas* canvas) OVERRIDE;
+  void Draw(gfx::Canvas* canvas) override;
 
   // Browser action icon image.
   gfx::ImageSkia icon_;