Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / menu / menu_separator.h
index 93bf3d4..a0fd2c8 100644 (file)
@@ -20,8 +20,8 @@ class MenuSeparator : public View {
         parent_menu_item_(parent) {}
 
   // View overrides.
-  virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
-  virtual gfx::Size GetPreferredSize() const OVERRIDE;
+  void OnPaint(gfx::Canvas* canvas) override;
+  gfx::Size GetPreferredSize() const override;
 
  private:
   // Gets the bounds where the separator should be painted.