Index: ui/views/layout/box_layout.h |
diff --git a/ui/views/layout/box_layout.h b/ui/views/layout/box_layout.h |
index 1bcbcf958438e6d62498ff28aa904d64c4c612ea..b07afafe5cbb6f288ae8f4929658e58bba3249b0 100644 |
--- a/ui/views/layout/box_layout.h |
+++ b/ui/views/layout/box_layout.h |
@@ -98,13 +98,13 @@ class VIEWS_EXPORT BoxLayout : public LayoutManager { |
void SetDefaultFlex(int default_flex); |
// Overridden from views::LayoutManager: |
- virtual void Installed(View* host) OVERRIDE; |
- virtual void Uninstalled(View* host) OVERRIDE; |
- virtual void ViewRemoved(View* host, View* view) OVERRIDE; |
- virtual void Layout(View* host) OVERRIDE; |
- virtual gfx::Size GetPreferredSize(const View* host) const OVERRIDE; |
+ virtual void Installed(View* host) override; |
+ virtual void Uninstalled(View* host) override; |
+ virtual void ViewRemoved(View* host, View* view) override; |
+ virtual void Layout(View* host) override; |
+ virtual gfx::Size GetPreferredSize(const View* host) const override; |
virtual int GetPreferredHeightForWidth(const View* host, |
- int width) const OVERRIDE; |
+ int width) const override; |
private: |
// Returns the flex for the specified |view|. |