Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / tooltip_manager_aura.h
index e723299..2c2b458 100644 (file)
@@ -26,7 +26,7 @@ class Widget;
 class TooltipManagerAura : public TooltipManager {
  public:
   explicit TooltipManagerAura(Widget* widget);
-  virtual ~TooltipManagerAura();
+  ~TooltipManagerAura() override;
 
   // If |source| has capture this finds the Widget under the mouse and invokes
   // UpdateTooltip() on it's TooltipManager. This is necessary as when capture
@@ -38,9 +38,9 @@ class TooltipManagerAura : public TooltipManager {
   static const gfx::FontList& GetDefaultFontList();
 
   // TooltipManager:
-  virtual const gfx::FontList& GetFontList() const OVERRIDE;
-  virtual void UpdateTooltip() OVERRIDE;
-  virtual void TooltipTextChanged(View* view) OVERRIDE;
+  const gfx::FontList& GetFontList() const override;
+  void UpdateTooltip() override;
+  void TooltipTextChanged(View* view) override;
 
  private:
   View* GetViewUnderPoint(const gfx::Point& point);