Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / ui / top_view_layout_views.h
index 20e15af..8879ff7 100644 (file)
@@ -42,8 +42,8 @@ class TopViewLayout : public views::LayoutManager {
   bool IsUsingOverlay() const;
 
   // views::LayoutManager implementation.
-  virtual void Layout(views::View* host) OVERRIDE;
-  virtual gfx::Size GetPreferredSize(const views::View* host) const OVERRIDE;
+  void Layout(views::View* host) override;
+  gfx::Size GetPreferredSize(const views::View* host) const override;
 
  private:
   views::View* top_view_;